Scrollview doesn't scrollable when there are TextInputs are textAlign: 'right'.
This is not working in android, but perfectly in IOS, I have tested this in react native 0.53.
The workaround would be to add multiline={true} but my problem is it doesn't help with my scenario
i cannot have multiline enabled.
Scrollview doesn't scrollable when there are TextInputs are textAlign: 'right'.
This is not working in android, but perfectly in IOS, I have tested this in react native 0.53.
The workaround would be to add multiline={true} but my problem is it doesn't help with my scenario
i cannot have multiline enabled.