Skip to content

Commit 43557f7

Browse files
committed
docs: updated documentation link
1 parent 62040e6 commit 43557f7

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README.md

Lines changed: 7 additions & 6 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).
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).
2222
- Compatible with `Reanimated` v1 & v2.
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

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

package.json

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

0 commit comments

Comments
 (0)