Closed
Description
When TextInput
components with right-aligned text are used within a ScrollView
, scrolling does not work on Android.
React Native version: 0.60.5
This demo shows input fields in a scroll view—it scrolls just fine:
https://snack.expo.io/r1oQbV4vS
This demo is the same as the one above, but the input text is right-aligned. It doesn't scroll:
https://snack.expo.io/SyxJHb4NDr
I would expect both demos to scroll, regardless of text alignment.