Fix disabled prop for Text

Reviewed By: antiarchit

Differential Revision: D4929450

fbshipit-source-id: b6c508d5dec695d04858b83ce38ca89d250c360e
This commit is contained in:
Andrew Y. Chen 2017-04-21 17:49:52 -07:00 committed by Facebook Github Bot
parent d47a86de4c
commit 88a63980b5

View File

@ -34,6 +34,7 @@ const viewConfig = {
numberOfLines: true,
ellipsizeMode: true,
allowFontScaling: true,
disabled: true,
selectable: true,
selectionColor: true,
adjustsFontSizeToFit: true,