react-native-prompt-android icon indicating copy to clipboard operation
react-native-prompt-android copied to clipboard

A polyfill library for Alert.prompt on Android platform, working both on Android and iOS platform.

Results 32 react-native-prompt-android issues
Sort by recently updated
recently updated
newest added

When user hits "done" on keyboard, I was hoping it would "accept and dismiss" the prompt, however i cant find an option for this. Is this possible?

Hi! Thank you for your work on this project! 🙂 I found the issue: It works well in android and fails on iOS If you don't pass `options`. So I...