Open
Description
Description
Keyboard does not hide on screen change on Android.
Keyboard.dismiss() on Android does nothing.
React Native version:
System:
OS: macOS 11.2.2
CPU: (16) x64 Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz
Memory: 956.86 MB / 32.00 GB
Shell: 5.8 - /bin/zsh
Binaries:
Node: 15.7.0 - /usr/local/bin/node
Yarn: 1.22.4 - /usr/local/bin/yarn
npm: 7.4.3 - /usr/local/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
Managers:
CocoaPods: 1.10.1 - /usr/local/bin/pod
SDKs:
iOS SDK:
Platforms: iOS 14.4, DriverKit 20.2, macOS 11.1, tvOS 14.3, watchOS 7.2
Android SDK:
API Levels: 28, 29, 30
Build Tools: 28.0.3, 29.0.2, 30.0.2
System Images: android-29 | Google Play Intel x86 Atom, android-30 | Google APIs Intel x86 Atom, android-30 | Google Play Intel x86 Atom
Android NDK: Not Found
IDEs:
Android Studio: 4.1 AI-201.8743.12.41.7042882
Xcode: 12.4/12D4e - /usr/bin/xcodebuild
Languages:
Java: 15.0.1 - /usr/bin/javac
Python: 2.7.16 - /usr/bin/python
npmPackages:
@react-native-community/cli: Not Found
react: 16.13.1 => 16.13.1
react-native: 0.63.3 => 0.63.3
react-native-macos: Not Found
npmGlobalPackages:
*react-native*: Not Found
react-native-navigation: 7.10.0, 7.11 (tried all patch versions)
Steps To Reproduce
- Navigate to screen with TextInput
- Tap on TextInput
- Pop mounted screen
- Keyboard does not hide by itself and calling Keyboard.dismiss() does nothing.
Expected Results
Keyboard should hide both automatically and by calling Keyboard.dismiss.