nitaliano / react-native-mapbox-gl

A Mapbox GL react native module for creating custom maps
Other
2.16k stars 699 forks source link

Map crashes on split build #1646

Open SamCummins opened 5 years ago

SamCummins commented 5 years ago

The library functions normally when I export one single build, but if I split the build using: def enableSeparateBuildPerCPUArchitecture = true in my build.gradle, any page with a map causes the application to crash. I was wondering if anyone had run into this issue, or has a possible solution

makirby commented 5 years ago

Could be related to the upstream JSC issue https://github.com/facebook/react-native/issues/24261 ?

Can you try on RN 59.10 to see if you still run into problems?