-
Notifications
You must be signed in to change notification settings - Fork 30
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
autofoucs issue in android #13
Comments
Hi @swaroopa94 ! |
componentDidMount() {
} |
Hi
I am using this module and its working great but the issue is
when I keep autofocus to the textInput in iOS working fine but in android it is getting the default keyboard again when we click on the textInput then it shows the custom keyboard.
Can you tell me how to solve this
I used same code as in RNdemo project
React-Native : 0.57.1
react-native-yusha-customkeyboard: "^0.1.3",
The text was updated successfully, but these errors were encountered: