Create README.md
This commit is contained in:
parent
4f37925f2c
commit
4fdfdd743e
|
@ -0,0 +1,16 @@
|
|||
# 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
|
||||
```
|
Loading…
Reference in New Issue