APSL / react-native-keyboard-aware-scroll-view

A ScrollView component that handles keyboard appearance and automatically scrolls to focused TextInput.
MIT License
5.24k stars 643 forks source link

Screen slides up to focused input when the input is out of the window #509

Open Great-hijack opened 2 years ago

Great-hijack commented 2 years ago

Steps to Reproduce

  1. Open the snack on your iPhone
  2. Input some texts to the first textinput
  3. Do NOT dismiss the keyboard and scroll down to bottom
  4. 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

jtvargas commented 2 years ago

Same issue here 🙃

fokoz commented 2 years ago

It is RN ScrollView issue itself: https://github.com/facebook/react-native/issues/30736