react-native-alertui

1.0.1 • Public • Published

react-native-alertui

if you want to have a same alert dialog ui on android and ios,you can use react-native-alertui,it provide a common component for both android and ios platform.

previews

preivews

example

cd example && npm install

usage

npm install react-native-alertui --save
import AlertUI from 'react-native-alertui'

now you can use AlertUI maybe with the code below.

<AlertUI 
    title = 'Alert'
    message = 'this is a message from alertui'
    buttons ={
        [
            {
                text:'OK',
                onPress:function(){/*dosth*/}
            },
            {
                text:'Cancel',
                onPress:function(){/*dosth*/}
            }
        ]}
/>

Package Sidebar

Install

npm i react-native-alertui

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

34.4 kB

Total Files

5

Last publish

Collaborators

  • pallyoung