react-native-prompt-android
Advanced tools
Comparing version
@@ -11,3 +11,3 @@ import { | ||
): void { | ||
AlertIOS.prompt(title, message, callbackOrButtons, options.type, options.defaultValue); | ||
AlertIOS.prompt(title, message, callbackOrButtons, options.type, options.defaultValue, options.keyboardType); | ||
}; |
{ | ||
"name": "react-native-prompt-android", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"description": "Polyfill for Alert.prompt on Android", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -52,2 +52,3 @@ # react-native-prompt-android | ||
defaultValue | Default input value | String | '' | ||
keyboardType | The keyboard type of first text field(if exists). One of `'default'`, `'email-address'`, `'numeric'`, `'phone-pad'`, `'ascii-capable'`, `'numbers-and-punctuation'`, `'url'`, `'number-pad'`, `'name-phone-pad'`, `'decimal-pad'`, `'twitter'` or `'web-search'`. | String | 'default' | ||
placeholder | | String | '' | ||
@@ -54,0 +55,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
51409
1.85%577
0.35%60
1.69%