From 58e4897c722d6d2233ee3f753a2b0fd84fcaa72d Mon Sep 17 00:00:00 2001 From: Cesar Augusto Date: Fri, 6 Jul 2018 20:27:06 -0300 Subject: [PATCH] Release version 1.0.0 --- README.md | 8 ++++---- example/package.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 46a7be1..66478e8 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,15 @@ react-native wrapper for android [BottomSheetBehavior](https://developer.android [![npm version](https://badge.fury.io/js/react-native-bottom-sheet-behavior.svg)](https://badge.fury.io/js/react-native-bottom-sheet-behavior) -## Demo (v1.0.0-beta anchor state support) +## Demo ![react-native-bottom-sheet-behavior](https://cloud.githubusercontent.com/assets/5366959/24594266/c59667bc-1801-11e7-840c-97588658a8ae.gif) [See the Google Maps gif implementation](https://github.com/cesardeazevedo/react-native-bottom-sheet-behavior/blob/master/example/views/GoogleMapsView.js) -## v1.0.0-beta 🎉 +## v1.0.0 -This major release v1.0.0-beta supports anchor state 🎉, which means that you can have a middle state between collapsed and expanded. +This major release v1.0.0 supports anchor state, which means that you can have a middle state between collapsed and expanded. This version now uses a custom BottomSheetBehavior implementation from [miguelhincapie/CustomBottomSheetBehavior](https://github.com/miguelhincapie/CustomBottomSheetBehavior) @@ -43,7 +43,7 @@ which is very easy to get started. ## Install -`$ npm install react-native-bottom-sheet-behavior@1.0.0-beta.8` +`$ npm install react-native-bottom-sheet-behavior@1.0.0` ### Install with RNPM diff --git a/example/package.json b/example/package.json index 9a10ea5..d21cd41 100644 --- a/example/package.json +++ b/example/package.json @@ -10,7 +10,7 @@ "prop-types": "^15.6.0", "react": "16.4.1", "react-native": "0.56.0", - "react-native-bottom-sheet-behavior": "1.0.0-beta.8", + "react-native-bottom-sheet-behavior": "1.0.0", "react-native-nested-scroll-view": "6.0.0", "react-native-vector-icons": "^4.6.0", "react-navigation": "1.0.0-beta.13" diff --git a/package.json b/package.json index c8e6139..4cb4b2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-bottom-sheet-behavior", - "version": "1.0.0-beta.8", + "version": "1.0.0", "description": "React Native wrapper for android BottomSheetBehavior", "author": "Cesar Augusto ", "scripts": {