17 lines
350 B
Markdown
17 lines
350 B
Markdown
# react-native-dialogs-example
|
|
Example React Native project using https://github.com/aakashns/react-native-dialogs
|
|
|
|
Install node and npm : https://docs.npmjs.com/getting-started/installing-node
|
|
|
|
Node version : 4.0.0+
|
|
|
|
npm version : 3.0.0+
|
|
|
|
Start the Android emulator.
|
|
|
|
```bash
|
|
npm install -g react-native-cli
|
|
npm install
|
|
react-native run-android
|
|
```
|