react-native-mapbox-gl icon indicating copy to clipboard operation
react-native-mapbox-gl copied to clipboard

Map crashes on split build

Open SamCummins opened this issue 5 years ago • 1 comments

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

SamCummins avatar Jul 01 '19 10:07 SamCummins

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?

makirby avatar Jul 02 '19 17:07 makirby