Skip to content

Commit 5e31b11

Browse files
thedevdavidWoLewicki
authored andcommitted
Add navigationRef (#615)
1 parent 3d11d94 commit 5e31b11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/screen-tracking.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ const getActiveRouteName = state => {
3636

3737
export default function App() {
3838
const routeNameRef = React.useRef();
39+
const navigationRef = React.useRef();
3940

4041
return (
4142
<NavigationNativeContainer

0 commit comments

Comments
 (0)