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

'numeric' type does not work on iOS #20

Open marcioadr88 opened 7 years ago

marcioadr88 commented 7 years ago

Is working well on android

captura de pantalla 2017-09-04 a la s 15 40 47
mikhailio commented 5 years ago

You must set keyboadType to numeric for iOS. type numeric do not support by iOS.