TextInput with textAlign='right' inside a ScrollView gets focused on scroll (Android only) #17340
Labels
Ran Commands
One of our bots successfully processed a command.
Stale
There has been a lack of activity on this issue and it may be closed soon.
Is this a bug report?
yes
Have you read the Contributing Guidelines?
yes
Environment
Steps to Reproduce
When a TextInput with has textAlign: 'right' inside a ScrollView and you press on it for scrolling it will focus instead (only on Android).
here is another issue that related to this problem #12167
Expected Behavior
The correct behaviour would be to get focused only if you tap on it (without scrolling).
It works perfectly on iOS or if you remove the textAlign style
Actual Behavior
Reproducible Demo
https://snack.expo.io/BJdbsooZG
The text was updated successfully, but these errors were encountered: