Skip to content

Commit

Permalink
docs: fixed navigator example link (by @grifotv)
Browse files Browse the repository at this point in the history
  • Loading branch information
grifotv committed Nov 6, 2020
1 parent 57c8846 commit fd82d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/react-navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,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`.
- You need to override `headerLeft`, due to bottom sheet wrapping the content with `TapGestureHandler` & `PanGestureHandler`, you will need to wrap the header left button with `TouchableOpacity` that this library provide to allow it working.

For more details regarding the implementation, please have a look at the [Navigator Example](../example/src/screens/NavigatorExample.tsx).
For more details regarding the implementation, please have a look at the [Navigator Example](../example/src/screens/advanced/NavigatorExample.tsx).

0 comments on commit fd82d9f

Please sign in to comment.