Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pallyoung/react-native-alertui

react-native-alertui
https://github.com/pallyoung/react-native-alertui

Last synced: about 1 month ago
JSON representation

react-native-alertui

Awesome Lists containing this project

README

        

# 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](imgs/alert_preview.jpg)
## example
```
cd example && npm install
```
## usage
```
npm install react-native-alertui --save
```
```javascript
import AlertUI from 'react-native-alertui'
```
now you can use AlertUI maybe with the code below.
```javascript react

```