mirror of
https://github.com/status-im/react-native.git
synced 2025-01-26 17:30:25 +00:00
Fix disabled prop for Text
Reviewed By: antiarchit Differential Revision: D4929450 fbshipit-source-id: b6c508d5dec695d04858b83ce38ca89d250c360e
This commit is contained in:
parent
d47a86de4c
commit
88a63980b5
@ -34,6 +34,7 @@ const viewConfig = {
|
||||
numberOfLines: true,
|
||||
ellipsizeMode: true,
|
||||
allowFontScaling: true,
|
||||
disabled: true,
|
||||
selectable: true,
|
||||
selectionColor: true,
|
||||
adjustsFontSizeToFit: true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user