|
@@ -27,7 +27,7 @@ MyScreen.options = {
|
27
|
27
|
```
|
28
|
28
|
|
29
|
29
|
## Listening to navigation events
|
30
|
|
-Navigation events let you react to various events related to a specific component or the app its self. Read more about them [here](api-events.mdx)
|
|
30
|
+Navigation events let you react to various events related to a specific component or the app its self. Read more about them [here](/react-native-navigation/api/events)
|
31
|
31
|
|
32
|
32
|
```jsx
|
33
|
33
|
import { useEffect } from 'react';
|