Skip to content

Instantly share code, notes, and snippets.

@FreddyPoly
Created October 18, 2019 09:23
Show Gist options
  • Save FreddyPoly/d3368fde731f367cf186cc7e6e08363e to your computer and use it in GitHub Desktop.
Save FreddyPoly/d3368fde731f367cf186cc7e6e08363e to your computer and use it in GitHub Desktop.
[REACT NATIVE] État navigation non persistent
...
.preProcessSnapshot(snapshot => {
if (!snapshot || !Boolean(snapshot.state)) return snapshot
return { ...snapshot, state: DEFAULT_STATE }
})
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment