Update README.md
This commit is contained in:
parent
1b5679a44f
commit
392d8fc139
|
@ -51,9 +51,11 @@ An Android only module for Material Design dialogs. This is a wrapper over [afol
|
|||
|
||||
### Installation
|
||||
|
||||
**Note**: This page shows the documentation for version `1.0.0-rc1`, which is complete rewrite of the library, and is currenlty being tested. For the old version, please visit https://npmjs.com/react-native-dialogs.
|
||||
|
||||
1. Install:
|
||||
- Using [npm](https://www.npmjs.com/#getting-started): `npm install react-native-dialogs --save`
|
||||
- Using [Yarn](https://yarnpkg.com/): `yarn add react-native-dialogs`
|
||||
- Using [npm](https://www.npmjs.com/#getting-started): `npm install react-native-dialogs@next --save`
|
||||
- Using [Yarn](https://yarnpkg.com/): `yarn add react-native-dialogs@next`
|
||||
|
||||
2. [Link](https://facebook.github.io/react-native/docs/linking-libraries-ios.html):
|
||||
- `react-native link react-native-dialogs`
|
||||
|
|
Loading…
Reference in New Issue