Skip to content

Commit cd507fd

Browse files
fix: doc links
1 parent 919cddd commit cd507fd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/docs/api-comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function MyComponent() {
8383

8484
**Characteristics:**
8585
- Sheet is declared as JSX in your component tree
86-
- Content stays in your React tree (via [react-native-teleport](https://github.com/nicklockwood/react-native-teleport))
86+
- Content stays in your React tree (via [react-native-teleport](https://github.com/kirillzyusko/react-native-teleport))
8787
- React context (theme, auth, i18n, navigation) is preserved
8888
- Can define sheet in one place and open from anywhere within the same provider
8989

docs/docs/context-preservation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function MyComponent() {
3939

4040
## How It Works
4141

42-
The portal API uses [react-native-teleport](https://github.com/nicklockwood/react-native-teleport) to render content in your component tree while displaying it in `BottomSheetHost`. This preserves all React context from the definition site.
42+
The portal API uses [react-native-teleport](https://github.com/kirillzyusko/react-native-teleport) to render content in your component tree while displaying it in `BottomSheetHost`. This preserves all React context from the definition site.
4343

4444
## Open from Anywhere
4545

0 commit comments

Comments
 (0)