I'm looking to build an app using React Native (expo) that needs to render a map. After looking around a bit, it looks like react-native-maps and the unofficial MapBox RN library are the two main options. I tried looking around for some comparisons between the two, but couldn't find any updated information.
How do the two compare in terms of performance and customizability? These are the two that I'm most concerned about. Mostly, I'm interested in rendering a lot of markers, potentially making use of clustering, and customizing the map and marker styles.
Thanks in advance!