react-native-dialogs/examples/ExampleApp
Aakash N S 86764c4e42 Update version in examples 2016-01-28 01:18:53 +05:30
..
android Added a new example app: 2016-01-28 00:26:25 +05:30
ios Update to latest React 2016-01-27 21:24:00 +05:30
.flowconfig Update to latest React 2016-01-27 21:24:00 +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 Update to latest React 2016-01-27 21:24:00 +05:30
index.ios.js Displayed a simple dialog 2015-11-01 01:00:01 +05:30
package.json Update version in examples 2016-01-28 01:18:53 +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