Skip to content

Commit

Permalink
Release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cesardeazevedo committed Jul 6, 2018
1 parent 69b7225 commit 58e4897
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -43,7 +43,7 @@ which is very easy to get started.

## Install

`$ npm install [email protected]-beta.8`
`$ npm install [email protected]`

### Install with RNPM

Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"scripts": {
Expand Down

0 comments on commit 58e4897

Please sign in to comment.