Setup for React Native CLI v80
Environment
- Dev OS: [e.g. OSX 11.0.1, Win10]
- @rnmapbox/maps version: [eg. 10.0.15]
- React Native version: ["0.80.0"]
- Expo version: [Using CLI]
Steps to reproduce
I have a problem setting up CLI with mapbox, the documentation setup does not work
+1
Hi! I'm experiencing a build failure when using @rnmapbox/maps@^10.1.39 with [email protected].
The error occurs during the Kotlin compilation step:
> Task :rnmapbox_maps:compileDebugKotlin FAILED
@rnmapbox/maps": "^10.1.39",
"react-native": "0.80.0",
edit:
I just finished implementing the fixes for react-native 0.80.0, rnmapbox/maps 10.1.39 AND new arch enabled.
try it out: hopefully this will help someone out there!
you will find a couple more adjustments in the iOS side and a couple typescript fixes too. these last two are at the bottom of the patch, in case you want to remove them, but I will be filing a pull request because they are there because without them, I was experiencing crashes and warnings.
✌🏻
Originally posted by @whiteHatCip in https://github.com/rnmapbox/maps/issues/3753#issuecomment-2993077123
I will try this out later, thank you!
on ios many thing don't work correctly that's kind of sad, i will wait for an officiel patch
The same problem here, i tried to run with example code and libs updated
Should be fixed with https://www.npmjs.com/package/@rnmapbox/maps/v/10.1.41-rc.3