maplibre-react-native
maplibre-react-native copied to clipboard
Error: Crash with Android emulator
It's crash with the Android emulator,but it's all right on the real device. It's show the base map, when I move it, then it crash.
Steps to Trigger Behavior
- flow the android install,
MapLibreGL.setAccessToken(null);
- use the basic example
<MapLibreGL.MapView
style={styles.map}
attributionEnabled={false}
logoEnabled={false}
styleURL="https://demotiles.maplibre.org/style.json"
/>
- yarn run android
used Android 14, API 34