Closed
Description
Is this a bug report?
Yes.
Environment
react-native -v
:react-native-cli: 2.0.1
react-native: 0.46.4
node -v
:v7.7.2
npm -v
:4.1.2
Then, specify:
-
Target Platform: iOS
-
Development Operating System: macOS Sierra v10.12.5
Steps to Reproduce
(Write your steps here:)
- Create TextInput with long, multiline text value, set editable to false
- Create Text with same value as above
- Toggle between the two components using state change
Expected Behavior
Long text appears as scrollable and fully created inside disabled TextInput, as it would in an editable TextInput or plain Text.
Actual Behavior
Text is cut short, like this :