mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-05-07 10:42:40 +08:00
When navigating from ScreenA to ScreenB and then back to ScreenA, react-navigation unconditionally calls `Keyboard.dismiss()`. If the user is fast enough and taps on a `TextInput` after coming back from ScreenB, the keyboard opens, just to be dismissed again. This would also happen if some logic automatically focuses the `TextInput` in ScreenA. This behaviour can be seen observed in https://snack.expo.io/lTDZhVNhV.
@react-navigation/stack
Stack navigator for React Navigation.
Installation instructions and documentation can be found on the React Navigation website.