fix: fix navigation object changing too often

This commit is contained in:
satyajit.happy
2019-08-31 23:21:27 +02:00
parent d4ad9d48f9
commit 3c840bbae3

View File

@@ -56,7 +56,7 @@ export default function SceneView<
),
});
},
[getState, route, setState]
[getState, route.key, setState]
);
const context = React.useMemo(