Skip to content

Commit 896ecda

Browse files
authored
docs: updated link to NavigatorExample in docs (#1954)(by @rustygloves)
* Update link to NavigatorExample in docs * Update to correct link
1 parent 1cf3e41 commit 896ecda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/docs/guides/react-navigation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ However, there are some tricks has to be follow to enable both libraries to work
1313

1414
- You need to override `safeAreaInsets`, by default `React Navigation` add the safe area insets to all its navigators, but since your navigator will properly won't cover full screen, you will need to override it and set it to `0`.
1515

16-
For more details regarding the implementation, please have a look at the [Navigator Example](https://github.com/gorhom/react-native-bottom-sheet/blob/master/example/bare/src/screens/integrations/NavigatorExample.tsx).
16+
For more details regarding the implementation, please have a look at the [Navigator Example](https://github.com/gorhom/react-native-bottom-sheet/blob/master/example/src/screens/integrations/navigation/NavigatorExample.tsx)
17+
).

0 commit comments

Comments
 (0)