You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Support `FlatList`, `SectionList`, `ScrollView` & `View` scrolling interactions.
17
17
- Support `React Navigation` Integration.
18
18
- Compatible with `Reanimated` v1 & v2.
@@ -27,17 +27,15 @@ Check out [the documentation website](https://gorhom.github.io/react-native-bott
27
27
28
28
## Versioning
29
29
30
-
This library been written in 2 versions of `Reanimated`, and kept both implementation in 2 separate branches:
30
+
This library been written in 2 versions of `Reanimated`, and kept both implementation in 3 separate branches:
31
31
32
-
### Version 2
32
+
-**`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`.
33
33
34
-
This version is written with `Reanimated v1` & compatible with `Reanimated v2`, this version is located at [`master`branch](https://github.com/gorhom/react-native-bottom-sheet/tree/master) and its [changelog here](https://github.com/gorhom/react-native-bottom-sheet/blob/master/CHANGELOG.md).
34
+
-**`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`.
35
35
36
-
### Version 3
36
+
-**`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`.
37
37
38
-
This version is written with `Reanimated v2` and **CAN NOT RUN** with `Reanimated v1`, this version is located at [`v3` branch](https://github.com/gorhom/react-native-bottom-sheet/tree/v3) and its [changelog here](https://github.com/gorhom/react-native-bottom-sheet/blob/v3/CHANGELOG.md).
39
-
40
-
All new features will be added to `Reanimated v2` version, however I will keep maintaining `Reanimated v1` version until further notice.
38
+
> I highly recommend all `v3` users to upgrade to `v4` which provides more stability and all latest features.
**React Native Reanimated v1** needs extra steps to finalize its installation, please follow their [installation instructions](https://docs.swmansion.com/react-native-reanimated/docs/1.x.x/getting_started).
74
74
:::
75
75
76
-
### Version 3
76
+
### Version 4
77
77
78
78
This version is written with `Reanimated v2` and **CAN NOT RUN** with `Reanimated v1`:
0 commit comments