-
Notifications
You must be signed in to change notification settings - Fork 76
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
Android not work #27
Comments
May you share your code it works for me. |
Late to the party, but may help someone: I had this problem, and order apparently counts. The cancel argument needs to be the first, like this:
The following will not work under Android:
This is probably a bug, though. |
@edualm you are correct order matters - https://github.com/shimohq/react-native-prompt-android/blob/master/index.android.js#L106 I updated the readme to reflect this. The third argument can be the following:
Where |
Can not get input text value.
The text was updated successfully, but these errors were encountered: