-
Is performance atrocious for anyone else? Simple things like pinch to zoom and dragging on iOS simulator lag incredibly bad, compared to my experience using react-native-maps or native |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Yes. But I don’t know if the root cause of that is the react native layer or not. |
Beta Was this translation helpful? Give feedback.
-
Simply check out the repo and build the example app on your physical device. Then you can decide if the performance is good enough for your needs |
Beta Was this translation helpful? Give feedback.
-
This has already been answered but I wanted to add a comment in case someone else concerned with performance stumbles on this post and are considering alternatives due to performance worries. We have used mapbox react native for several years now and are really happy with it. The performance on a real device is in my experience REALLY GREAT compared to the native alternatives. This becomes even more obvious once you start adding heavy/many map features on top of the background map. |
Beta Was this translation helpful? Give feedback.
-
We've been using this for the past year. And the only thing we've noticed is that the phone gets hot while used. Performance is good. |
Beta Was this translation helpful? Give feedback.
Simply check out the repo and build the example app on your physical device.
No need to play around with any third party apps when you have an app in the project.
Then you can decide if the performance is good enough for your needs