react-native-keyboard-aware-scroll-view
react-native-keyboard-aware-scroll-view copied to clipboard
Screen slides up to focused input when the input is out of the window
Steps to Reproduce
- Open the snack on your iPhone
- Input some texts to the first textinput
- Do NOT dismiss the keyboard and scroll down to bottom
- Tap "Tap me"
Actual: Screen slides up to the first input Expected: The button is pressed and onPress is triggered
Snack
https://snack.expo.dev/@zhen-zhu/keyboard-and-input
Same issue here 🙃
It is RN ScrollView
issue itself:
https://github.com/facebook/react-native/issues/30736