diff --git a/README.md b/README.md index 668b66658..c9c42142e 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,11 @@ A performant interactive bottom sheet with fully configurable options 🚀 ## Features - Modal presentation view, [Bottom Sheet Modal](https://gorhom.github.io/react-native-bottom-sheet/modal). -- Smooth interactions & snapping animations. -- Seamless keyboard handling. -- Support `FlatList`, `SectionList`, `ScrollView` & `View` scrolling interactions. -- Support `React Navigation` Integration. +- Smooth gesture interactions & snapping animations. +- Seamless [keyboard handling](https://gorhom.github.io/react-native-bottom-sheet/keyboard-handling) for iOS & Android. +- Support [pull to refresh](https://gorhom.github.io/react-native-bottom-sheet/pull-to-refresh) for scrollables. +- Support [FlatList](https://gorhom.github.io/react-native-bottom-sheet/components/bottomsheetflatlist), [SectionList](https://gorhom.github.io/react-native-bottom-sheet/components/bottomsheetsectionlist), [ScrollView](https://gorhom.github.io/react-native-bottom-sheet/components/bottomsheetscrollview) & [View](https://gorhom.github.io/react-native-bottom-sheet/components/bottomsheetview) scrolling interactions. +- Support [React Navigation integration](https://gorhom.github.io/react-native-bottom-sheet/react-navigation-integration). - Compatible with `Reanimated` v1 & v2. - Compatible with `Expo`. - Accessibility support. @@ -31,9 +32,9 @@ This library been written in 2 versions of `Reanimated`, and kept both implement - **`v2`** | [branch](https://github.com/gorhom/react-native-bottom-sheet/tree/v2) | [changelog](https://github.com/gorhom/react-native-bottom-sheet/blob/v2/CHANGELOG.md) : written with `Reanimated v1` & compatible with `Reanimated v2`. -- **`v3`** | [branch](https://github.com/gorhom/react-native-bottom-sheet/tree/v3) | [changelog](https://github.com/gorhom/react-native-bottom-sheet/blob/v3/CHANGELOG.md) : written with `Reanimated v2`, soon to be deprecated in-favour of `v4`. +- **`v3 (deprecated)`** | [branch](https://github.com/gorhom/react-native-bottom-sheet/tree/v3) | [changelog](https://github.com/gorhom/react-native-bottom-sheet/blob/v3/CHANGELOG.md) : written with `Reanimated v2`, soon to be deprecated in-favour of `v4`. -- **`v4 (alpha)`** | [branch](https://github.com/gorhom/react-native-bottom-sheet/tree/master) | [changelog](https://github.com/gorhom/react-native-bottom-sheet/blob/master/CHANGELOG.md) : written with `Reanimated v2`. +- **`v4`** | [branch](https://github.com/gorhom/react-native-bottom-sheet/tree/master) | [changelog](https://github.com/gorhom/react-native-bottom-sheet/blob/master/CHANGELOG.md) : written with `Reanimated v2`. > I highly recommend all `v3` users to upgrade to `v4` which provides more stability and all latest features.