-
-
Notifications
You must be signed in to change notification settings - Fork 851
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't build on Android with React Native 0.75 #3593
Comments
I have the same error, it has started when upgrading to version 75. On iOS it works fine. |
i have the same issue with build on 0.75.1 and 0.75.2 |
same here |
Having the same issue |
Also seeing this. Here's a build log: https://github.com/techmatters/terraso-mobile-client/actions/runs/10515868688/job/29137750060?pr=2025 |
Just published https://github.com/rnmapbox/maps/releases/tag/v10.1.30-rc.0 pls test |
Works 🥳 |
works like a charm |
Works. Thanks! |
I'm still having this issue using the |
Same here ! Still having the problem !!! |
I'm still having this problem even after replacing node_module/@rnmapbox/maps with the 10.1.30-rc.0 version of the source code. |
Same Issue here. in addition to this issue e: ****/node_modules/@rnmapbox/maps/android/src/main/rn-compat/rn75/com/rnmapbox/rnmbx/rncompat/ResourceDrawableIdHelper.kt:5:37 Unresolved reference: Companion) @rnmapbox/maps version: 10.1.30 |
@badredaha @anthonybtedesco @MinaSamir11 Issue: gradle version target mismatch between expo and rnmaps I believe rnmaps pushed a change to the default version of the library that changed the gradle version target. Since im using expo managed workflow, it handles all of that behind the scenes. When the change happened with the library it became mismatched with the expo gradle version. In my case this happened because I had the version of rnmapbox set with a My working setup for reference
|
No Expo. I use RN CLI |
Using Cli, issue coming from the compilation error, due to gradle maybe. |
This bug was fixed in latest release. If you still have issues and can repro on a new project open a new issue with steps |
I use v10.1.30 |
Environment
Steps to reproduce
Result
The text was updated successfully, but these errors were encountered: