Update README.md
This commit is contained in:
parent
2c188e2b0e
commit
b4ca03eecd
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue