Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-alert-input

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-alert-input

A simple react native component , both android and ios AlertIos

  • 2.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

react-native-alert-input Monthly download Total downloads

Install

npm install react-native-alert-input --save

Usage

import AlertInput from 'react-native-alert-input';

<AlertInput />

Example

ios android

Properties

PropDefaultRequiredDescription
showfalseyesController whether or not show it
style-noThe style of the container
title''noThe title text of the container or an object
onCancel()=>{}noFunction that is called when user cancels it
onSubmit(text)=>{}noFunction that is called when user submits it
cancelText'cancel'noThe string that is displayed on the cancel button
submitText'submit'noThe string that is displayed on the submit button
cancelStyle-noThe style of the cancel button( )
submitStyle-noThe style of the submit button( )
style-noThe style of the container
placeholder''noThe placeholder text of the input
inputStyle-noThe style of the input
num1noThe amount of the input or the content you provide
content[]noIf you don't want to show input , you should provide an object array of "num" elements

Keywords

FAQs

Package last updated on 03 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc