Skip to content

Keyboard appears and disappears #22408

Closed
@amitsin6h

Description

@amitsin6h

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 and signup when user visit any of the screen. Keyboard disappears
automatically when tapped in input filed. I have tried with ScrollView, View and also tried to use keyboardshouldpersisttaps but no luck.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions