react-native-prompt-android
react-native-prompt-android copied to clipboard
keyboardType not working on iOS
Hi,
react-native-prompt-android/index.ios.js
AlertIOS.prompt(title, message, callbackOrButtons, options.type, options.defaultValue);
https://facebook.github.io/react-native/docs/alertios
static prompt(title: string, [message]: string, [callbackOrButtons]: ?((text: string) => void), ButtonsArray, [type]: AlertType, [defaultValue]: string, [keyboardType]: string): [object Object]
will you support keyboardType?
Same here.