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.
…ighlightColor, placeholderColor, color, and disableFullScreenUI
My project worked fine on Expo. But after detaching, this is what I get when I try to build to Android: ``` react-native run-android --variant=debug Scanning folders for symlinks in...
Would be great to support the autocapitalize prop: https://facebook.github.io/react-native/docs/textinput.html#autocapitalize
Can not get input text value.
cannot read property promptWithArgs of undefined...
how to set limit of input and also it wont accept any special characters except numbers how to achieve this
When rotating device, the keyboard is disappearing. Possibly related to #25. If initialy in portrait mode, then prompt shows, keyboard shows, but when rotate to landscape the keyboard disappears. If...
On Android, when my app is in landscape orientation, and the prompt shows, the input field is auto focused however the keyboard does not show. If i press the already...