maplibre-react-native icon indicating copy to clipboard operation
maplibre-react-native copied to clipboard

Error: Crash with Android emulator

Open carlleton opened this issue 1 year ago • 0 comments

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

  1. flow the android install, MapLibreGL.setAccessToken(null);
  2. use the basic example
<MapLibreGL.MapView
        style={styles.map}
        attributionEnabled={false}
        logoEnabled={false}
        styleURL="https://demotiles.maplibre.org/style.json"
      />
  1. yarn run android

used Android 14, API 34

carlleton avatar Dec 08 '23 11:12 carlleton