Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pallyoung/react-native-alertui
- Owner: pallyoung
- License: mit
- Created: 2017-11-08T09:50:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-21T03:16:14.000Z (over 6 years ago)
- Last Synced: 2024-10-16T17:42:30.939Z (3 months ago)
- Language: JavaScript
- Size: 122 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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```