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

How to validate text input? #7

Open stereodenis opened 7 years ago

iMokhles commented 7 years ago

here is the example

https://github.com/shimohq/react-native-prompt-android/blob/master/Example/main.js#L38

Noitidart commented 6 years ago

Validation of input is not supported. What do you mean @iMokhles? Validation means like, just an example: if the input doesn't meet a certain criteria, then the "OK" button is disabled.