Keyboard appears and disappears #22408
Labels
API: Keyboard
Bug
Platform: Linux
Building on Linux.
Resolution: Locked
This issue was locked by the bot.
Environment
React Native Environment Info:
System:
OS: Linux 4.15 elementary OS 5.0 Juno
CPU: (4) x64 Intel(R) Core(TM) i5-3230M CPU @ 2.60GHz
Memory: 1.66 GB / 7.69 GB
Shell: 4.4.19 - /bin/bash
Binaries:
Node: 8.13.0 - /usr/bin/node
Yarn: 1.12.3 - /usr/bin/yarn
npm: 6.4.1 - /usr/bin/npm
IDEs:
Android Studio: 3.2 AI-181.5540.7.32.5056338
npmPackages:
react: 16.6.1 => 16.6.1
react-native: 0.57.5 => 0.57.5
Reproducible Demo
<Router>
<Stack key="root">
<Scene key="login" component={LoginScreen} title="Login" />
<Scene key="signup" component={SignupSreen} title="Account Setup" />
</Stack>
</Router>
Description
I have two screen
login
andsignup
when user visit any of the screen. Keyboard disappearsautomatically when tapped in input filed. I have tried with ScrollView, View and also tried to use keyboardshouldpersisttaps but no luck.
The text was updated successfully, but these errors were encountered: