2.0.1 • Published 3 years ago

react-native-alert-input v2.0.1

Weekly downloads
15
License
ISC
Repository
github
Last release
3 years ago

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
2.0.1

3 years ago

2.0.0

3 years ago

1.1.2

3 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.6

6 years ago

1.0.5

7 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago