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

keyboardType not working on iOS #44

Open WildSpy opened 5 years ago

WildSpy commented 5 years ago

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?

trialsNow commented 5 years ago

Same here.