shimohq / react-native-prompt-android

A polyfill library for Alert.prompt on Android platform, working both on Android and iOS platform.
MIT License
129 stars 74 forks source link

In iOS there is no way to show placeholder in prompt! #41

Open tretyakdnua opened 5 years ago

tretyakdnua commented 5 years ago

Try to set placeholder property and on iOS it just empty input field. On android it exist and works fine, but on iOS it just doesn't even appear in field :( Does anybody know this issue?