diff --git a/website/docs/guides/react-naigation.md b/website/docs/guides/react-naigation.md index 1a10b559a..f00f7a9b0 100644 --- a/website/docs/guides/react-naigation.md +++ b/website/docs/guides/react-naigation.md @@ -24,4 +24,4 @@ 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/src/screens/advanced/NavigatorExample.tsx). \ No newline at end of file +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/NavigatorExample.tsx).