ScrollView not scrolling on Android if TextInput components are right-aligned #26526
Labels
Bug
Component: ScrollView
Component: TextInput
Related to the TextInput component.
Platform: Android
Android applications.
Stale
There has been a lack of activity on this issue and it may be closed soon.
When
TextInput
components with right-aligned text are used within aScrollView
, 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.
The text was updated successfully, but these errors were encountered: