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
Copy file name to clipboardExpand all lines: README.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
# React Native Bottom Sheet
2
2
3
-
[](https://www.npmjs.com/package/@gorhom/bottom-sheet)[](https://www.npmjs.com/package/@gorhom/bottom-sheet)[](https://www.npmjs.com/package/@gorhom/bottom-sheet)[](https://docs.swmansion.com/react-native-reanimated/)[](https://expo.io/)
4
-
3
+
[](https://www.npmjs.com/package/@gorhom/bottom-sheet)[](https://www.npmjs.com/package/@gorhom/bottom-sheet)[](https://www.npmjs.com/package/@gorhom/bottom-sheet)[](https://www.npmjs.com/package/@gorhom/bottom-sheet)[](https://expo.io/)
5
4
6
5
A performant interactive bottom sheet with fully configurable options 🚀
7
6
@@ -25,6 +24,20 @@ A performant interactive bottom sheet with fully configurable options 🚀
25
24
26
25
Check out [the documentation website](https://gorhom.github.io/react-native-bottom-sheet).
27
26
27
+
## Versioning
28
+
29
+
This library been written in 2 versions of `Reanimated`, and kept both implementation in 2 separate branches:
30
+
31
+
### Version 2
32
+
33
+
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
+
35
+
### Version 3
36
+
37
+
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).
38
+
39
+
All new features will be added to `Reanimated v2` version, however I will keep maintaining `Reanimated v1` version until further notice.
0 commit comments