Skip to content

Commit

Permalink
docs: updated link to NavigatorExample in docs (#1954)(by @rustygloves
Browse files Browse the repository at this point in the history
)

* Update link to NavigatorExample in docs

* Update to correct link
  • Loading branch information
rustygloves authored Oct 14, 2024
1 parent 1cf3e41 commit 896ecda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/docs/guides/react-navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ However, there are some tricks has to be follow to enable both libraries to work

- 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`.

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).
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)
).

0 comments on commit 896ecda

Please sign in to comment.