react-native-prompt-android
react-native-prompt-android copied to clipboard
A polyfill library for Alert.prompt on Android platform, working both on Android and iOS platform.
Awesome package! I've added note in README for required react-native version, since the v1.0.0 build seemed to fail in project that is using React Native 0.59. Build for older version...
Getting this blow error > undefined is not an object (evaluating 'PromptAndroid.promptWithArgs') Its working proper on iPhone. But it gives error on > Genymotion Goggle Nexus 6, android API -...
Is this library still being maintained? Im getting null is not an object (evaluating 'PromptAndroid.promptWithArgs'). Any idea?
In short, what I want to do is: I open a pop-up. There are 3 options. add to cart, auto add serial number and cancel. If the input is empty,...
Hello, great package. I prefer this to alternatives because I want to keep the imperative usage. Other packages all rely on rendering the component and using props to show a...
I need to ask user for input onPress. Obviously this code doesn't work but I want something like that: ``` const Newact = (props) => { return( console.log('Cancel Pressed'), style:...
I already have set my accent colors but I need a different color for the cursor, and the "selection" handles because the background in the prompt is white. Here my...
TypeError: undefined is not an object (evaluating 'u.promptWithArgs') To see this take the usage code from the README.md and drop it into https://snack.expo.io/. With iOS the prompt displays properly but...
I tried with Alert.prompt and i pass type login-password to take username and password but it is working with only ios. So i checked this library which support both platform...
added `types` to `package.json`, so that when the package is imported, it knows where to look for type annotations.