Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
Currently, I'm rewriting my web-application to a React Native application using Expo. I've managed to get the map working and rendering correctly when I open the correct screen.
However, when I navigate away from this screen (using tab navigation) and then open it back up again, the app just freezes and later Android tells me that the app is not responding.
I first thought it was because I had
detachInactiveScreens={false}
on my Stack Navigator, but disabling that doesn't change the problem.I'm using the MapBox implementation of the map., if that makes a difference at all.
Could this be due to emulation? I don't have an physical android device to test on right now. I've looked on Stack Overflow and found something about having components in my map, however, even without any components in my map, it still does the same thing.
My current code:
Thanks a lot in advance!
Beta Was this translation helpful? Give feedback.
All reactions