Skip to content

KeyboardProvider component not working with android #100

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

Closed
affansk opened this issue Nov 29, 2022 · 3 comments
Closed

KeyboardProvider component not working with android #100

affansk opened this issue Nov 29, 2022 · 3 comments
Assignees
Labels
🐛 bug Something isn't working

Comments

@affansk
Copy link

affansk commented Nov 29, 2022

KeyboardProvider component not working with android but works with IOS

<GestureHandlerRootView style={{ flex: 1 }}>

//// my navigation

@affansk affansk added the 🐛 bug Something isn't working label Nov 29, 2022
@kirillzyusko
Copy link
Owner

Hi @affansk
It should work with android. You can clone and run example app (https://github.com/kirillzyusko/react-native-keyboard-controller/blob/main/example/src/App.tsx) to test it.
At least it works on Android emulators with 25-32 APIs and on my own Xiaomi Redmi Note 5 Pro.

Would you mind to share more information according to template?

@affansk
Copy link
Author

affansk commented Nov 29, 2022

I guess this was happening because of keyboard avoiding view. i guess its working.
@kirillzyusko you can close this

Thanks

@affansk affansk closed this as completed Nov 29, 2022
@kirillzyusko
Copy link
Owner

Thank you @affansk
I will check whether there is any conflicts with KeyboardAvoidingView later👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants