Create README.md

This commit is contained in:
Aakash N S 2015-11-02 04:50:06 +05:30
parent 4f37925f2c
commit 4fdfdd743e
1 changed files with 16 additions and 0 deletions

View File

@ -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
```