release 1.0

This commit is contained in:
Aakash N S 2018-06-08 15:23:08 +05:30
parent 392d8fc139
commit 0814d71f33
2 changed files with 1 additions and 3 deletions

View File

@ -51,8 +51,6 @@ 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@next --save`
- Using [Yarn](https://yarnpkg.com/): `yarn add react-native-dialogs@next`

View File

@ -1,6 +1,6 @@
{
"name": "react-native-dialogs",
"version": "1.0.0-rc.1",
"version": "1.0.0",
"description": "React Native wrappers for https://github.com/afollestad/material-dialogs ",
"main": "index.js",
"scripts": {