ScrollView with a TextInput Transform On Android #22976
Labels
Bug
Component: ScrollView
Component: TextInput
Related to the TextInput component.
Platform: Android
Android applications.
Resolution: Locked
This issue was locked by the bot.
Environment
React Native Environment Info:
System:
OS: Windows 10
CPU: (16) x64 Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz
Memory: 31.87 GB / 63.90 GB
Binaries:
Yarn: 1.3.2 - C:\Program Files (x86)\Yarn\bin\yarn.CMD
npm: 5.3.0 - ~\AppData\Roaming\npm\npm.CMD
IDEs:
Android Studio: Version 3.1.0.0 AI-173.4907809
Description
A ScrollView with a TextInput that uses
transform:[{translateY:value}]
causes the ScrollView to not be able to faithfully position the TextInput in the view. This would not really be a huge issue if instead of forcing the scroll back to the top, it did nothing. I have only been able to reproduce this on Android, both real device and simulator.Reproducible Demo
https://snack.expo.io/By9F5Ztf4
The text was updated successfully, but these errors were encountered: