Skip to content

Commit 317ff45

Browse files
committed
docs: updated documentation link
1 parent 67bc067 commit 317ff45

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ A performant interactive bottom sheet with fully configurable options 🚀
1313

1414
## Features
1515

16-
- Modal presentation view, [Bottom Sheet Modal](https://gorhom.github.io/react-native-bottom-sheet/modal).
16+
- Modal presentation view, [Bottom Sheet Modal](https://ui.gorhom.dev/components/bottom-sheet/modal).
1717
- Smooth gesture interactions & snapping animations.
18-
- Seamless [keyboard handling](https://gorhom.github.io/react-native-bottom-sheet/keyboard-handling) for iOS & Android.
19-
- Support [pull to refresh](https://gorhom.github.io/react-native-bottom-sheet/pull-to-refresh) for scrollables.
20-
- 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.
21-
- Support [React Navigation integration](https://gorhom.github.io/react-native-bottom-sheet/react-navigation-integration).
22-
- Compatible with `Reanimated` v1 & v2.
18+
- Seamless [keyboard handling](https://ui.gorhom.dev/components/bottom-sheet/keyboard-handling) for iOS & Android.
19+
- Support [pull to refresh](https://ui.gorhom.dev/components/bottom-sheet/pull-to-refresh) for scrollables.
20+
- Support [FlatList](https://ui.gorhom.dev/components/bottom-sheet/components/bottomsheetflatlist), [SectionList](https://ui.gorhom.dev/components/bottom-sheet/components/bottomsheetsectionlist), [ScrollView](https://ui.gorhom.dev/components/bottom-sheet/components/bottomsheetscrollview) & [View](https://ui.gorhom.dev/components/bottom-sheet/components/bottomsheetview) scrolling interactions.
21+
- Support [React Navigation integration](https://ui.gorhom.dev/components/bottom-sheet/react-navigation-integration).
22+
- Compatible with `Reanimated` v1-3.
2323
- Compatible with `Expo`.
2424
- Accessibility support.
2525
- Written in `TypeScript`.
26-
- [Read more](https://gorhom.github.io/react-native-bottom-sheet).
26+
- [Read more](https://ui.gorhom.dev/components/bottom-sheet).
2727

2828
## Getting Started
2929

@@ -35,9 +35,11 @@ This library been written in 2 versions of `Reanimated`, and kept both implement
3535

3636
- **`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`.
3737

38-
- **`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`.
38+
- **`v4`** | [branch](https://github.com/gorhom/react-native-bottom-sheet/tree/v4) | [changelog](https://github.com/gorhom/react-native-bottom-sheet/blob/v4/CHANGELOG.md) : written with `Reanimated v2`.
3939

40-
> I highly recommend all `v3` users to upgrade to `v4` which provides more stability and all latest features.
40+
- **`v5`** | [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 v3` & `Gesture Handler v2`.
41+
42+
> I highly recommend to use `v5` which provides more stability with all latest features.
4143
4244
## Author
4345

@@ -82,3 +84,4 @@ To keep this library maintained and up-to-date please consider [sponsoring it on
8284
<img height="18" alt="Mo Gorhom" src="./mogorhom-dark.png">
8385
</a>
8486
</p>
87+
s

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"bugs": {
2828
"url": "https://github.com/gorhom/react-native-bottom-sheet/issues"
2929
},
30-
"homepage": "https://gorhom.github.io/react-native-bottom-sheet",
30+
"homepage": "https://ui.gorhom.dev/components/bottom-sheet",
3131
"scripts": {
3232
"typescript": "tsc --skipLibCheck --noEmit",
3333
"lint": "eslint \"**/*.{js,ts,tsx}\"",

0 commit comments

Comments
 (0)