Skip to content

Commit

Permalink
docs: peer libraries versions (rgommezz#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommezz authored Jun 20, 2020
1 parent 3fa10e1 commit c53a654
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ yarn add react-native-scroll-bottom-sheet

If you don't use Expo, you also need to install [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) and [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated) libraries along with this one.

It's recommended you install a version of gesture handler equal or higher than `1.6.0`, and for reanimated, equal or higher than `1.7.0`. Otherwise you may run into unexpected errors.

## Compatibility table
You may add some touchable components inside the bottom sheet or several `FlatList` widgets for horizontal mode. Unfortunately, not all _interactable_ React Native components are compatible with this library. This is due to some limitations on `react-native-gesture-handler`, which this library uses behind the scenes. For that, please follow this compatibility table:

Expand Down

0 comments on commit c53a654

Please sign in to comment.