Chris Ellis

Results 2 comments of Chris Ellis

I had a similar issue with React Navigation 6/ios/Expo 42. Adding [detachInactiveScreens](https://reactnavigation.org/docs/stack-navigator/#detachinactivescreens)={false} to the navigator that contains the list fixed it.

I had the same issue. It was down to the way that I was exporting the stack navigators. Try moving the stack creation outside the function, as the demo code...