Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keyboard appears and disappears #22408

Closed
3 tasks done
amitsin6h opened this issue Nov 26, 2018 · 3 comments
Closed
3 tasks done

Keyboard appears and disappears #22408

amitsin6h opened this issue Nov 26, 2018 · 3 comments
Labels
API: Keyboard Bug Platform: Linux Building on Linux. Resolution: Locked This issue was locked by the bot.

Comments

@amitsin6h
Copy link

amitsin6h commented Nov 26, 2018

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.

@FibreFoX
Copy link

Can you give a little bit more details, how the scenes are made? Probably it's not an RN problem, but a fluke inside your component.

@dulmandakh
Copy link
Contributor

Hello there 👋 this issue doesn't have a repro (which means, a react-native init-ed project with the minimal changes that leads to creating the same issue you are reporting). Unfortunately, I have no way of helping you in a meaningful way – there is no easy way for me to recreate the situation and check that the issue reported is still there when changing the code.

Because of this, we are going to close this issue - but if a repro is shared, we are happy to reopen it 🤗

@haolipang
Copy link

Hi there, I'm facing the same issue now. Did you manage to find the solution?

@facebook facebook locked as resolved and limited conversation to collaborators Mar 19, 2020
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Mar 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
API: Keyboard Bug Platform: Linux Building on Linux. Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

6 participants