react-native-prompt-android icon indicating copy to clipboard operation
react-native-prompt-android copied to clipboard

keyboardType not working on iOS

Open WildSpy opened this issue 6 years ago • 1 comments

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?

WildSpy avatar Mar 20 '19 07:03 WildSpy

Same here.

trialsNow avatar Mar 22 '19 15:03 trialsNow