We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
KeyboardProvider component not working with android but works with IOS
<GestureHandlerRootView style={{ flex: 1 }}> //// my navigation
The text was updated successfully, but these errors were encountered:
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.
example
Would you mind to share more information according to template?
Sorry, something went wrong.
I guess this was happening because of keyboard avoiding view. i guess its working. @kirillzyusko you can close this
Thanks
Thank you @affansk I will check whether there is any conflicts with KeyboardAvoidingView later👍
kirillzyusko
No branches or pull requests
KeyboardProvider component not working with android but works with IOS
<GestureHandlerRootView style={{ flex: 1 }}>
//// my navigation
The text was updated successfully, but these errors were encountered: