🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

react-native-prompt-android

Package Overview
Dependencies
Maintainers
4
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-prompt-android - npm Package Compare versions

Comparing version

to
0.3.5

2

index.ios.js

@@ -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