Update README.md

This commit is contained in:
Aakash N S 2015-11-02 04:46:40 +05:30
parent 2c188e2b0e
commit b4ca03eecd
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,6 @@
# react-native-dialogs # react-native-dialogs
Material Design dialogs for React Native Android apps (wrapper over [afollestad/material-dialogs](https://github.com/afollestad/material-dialogs)) Material Design dialogs for React Native Android apps (wrapper over [afollestad/material-dialogs](https://github.com/afollestad/material-dialogs))
Installation Installation
------------ ------------
@ -113,6 +112,9 @@ The following options are currently supported (value type is `String` unless men
Examples Examples
-------- --------
Simple example project : https://github.com/aakashns/react-native-dialogs-example
Complex example project : [examples/ExampleApp](./examples/ExampleApp)
Try out the following values for option (taken from [examples/ExampleApp/dialogData.js](./examples/ExampleApp/dialogData.js)): Try out the following values for option (taken from [examples/ExampleApp/dialogData.js](./examples/ExampleApp/dialogData.js)):
```javascript ```javascript