Skip to content

Commit

Permalink
Fix disabled prop for Text
Browse files Browse the repository at this point in the history
Reviewed By: antiarchit

Differential Revision: D4929450

fbshipit-source-id: b6c508d5dec695d04858b83ce38ca89d250c360e
  • Loading branch information
ayc1 authored and facebook-github-bot committed Apr 22, 2017
1 parent d47a86d commit 88a6398
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Libraries/Text/Text.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const viewConfig = {
numberOfLines: true,
ellipsizeMode: true,
allowFontScaling: true,
disabled: true,
selectable: true,
selectionColor: true,
adjustsFontSizeToFit: true,
Expand Down

0 comments on commit 88a6398

Please sign in to comment.