react-native-dialogs/examples/ExampleApp
Aakash N S 4fdfdd743e Create README.md 2015-11-02 04:50:06 +05:30
..
android Fix example build 2015-11-02 04:08:58 +05:30
ios Displayed a simple dialog 2015-11-01 01:00:01 +05:30
.flowconfig Displayed a simple dialog 2015-11-01 01:00:01 +05:30
.gitignore Displayed a simple dialog 2015-11-01 01:00:01 +05:30
.watchmanconfig Displayed a simple dialog 2015-11-01 01:00:01 +05:30
README.md Create README.md 2015-11-02 04:50:06 +05:30
dialogData.js Cleaned up Example 2015-11-01 23:34:45 +05:30
index.android.js Cleaned up Java Code 2015-11-01 23:58:58 +05:30
index.ios.js Displayed a simple dialog 2015-11-01 01:00:01 +05:30
package.json Updated example to use latest version 2015-11-02 01:55:48 +05:30

README.md

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.

npm install -g react-native-cli
npm install
react-native run-android