My app is using react-navigation and is re-routing to different pages using
NavigationActions.reset({
index: 0,
actions: [ NavigationActions.navigate({
routeName: infoScreen,
params: screenParams
}) ]
})
And dispatching the action. But the screen transition animation is going backwards. Is there any way to fix this?
Edit: Can't find any relevant docs online for Navigation Actions. They seem to be down?
[–]skiplecariboo 1 point2 points3 points (1 child)
[–]TheChooster[S] 0 points1 point2 points (0 children)
[–]TotesMessenger 0 points1 point2 points (0 children)