-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
69b7225
commit 58e4897
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 [email protected]-beta.8` | ||
`$ npm install [email protected]` | ||
|
||
### Install with RNPM | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": { | ||
|