Merge branch 'master' of https://github.com/aakashns/react-native-dialogs
This commit is contained in:
commit
5402631b56
|
@ -1,11 +1,11 @@
|
||||||
# react-native-dialogs
|
# react-native-dialogs
|
||||||
Material Design dialogs for React Native Android apps (wrappers over https://github.com/afollestad/material-dialogs)
|
Material Design dialogs for React Native Android apps (wrapper over [afollestad/material-dialogs](https://github.com/afollestad/material-dialogs))
|
||||||
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
Install the npm package 'react-native-dialogs'. Inside your React Native project, run ([example](https://github.com/aakashns/react-native-dialogs-example/commit/e6b83bf3d2238cf7e4ec3688519f38b2544ccad5)):
|
Install the npm package `react-native-dialogs`. Inside your React Native project, run ([example](https://github.com/aakashns/react-native-dialogs-example/commit/e6b83bf3d2238cf7e4ec3688519f38b2544ccad5)):
|
||||||
```bash
|
```bash
|
||||||
npm install --save react-native-dialogs
|
npm install --save react-native-dialogs
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue