You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When executing react-native run-android the latest RC android build fails with error:
Note: Recompile with -Xlint:unchecked for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /Users/andrei/Projects/liapp2/node_modules/react-native-reanimated/android/src/main/java/com/swmansion/reanimated/NodesManager.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
e: /Users/andrei/Projects/liapp2/node_modules/@rnmapbox/maps/android/src/main/java/com/rnmapbox/rnmbx/components/annotation/RNMBXMarkerView.kt: (186, 13): Unresolved reference: allowOverlapWithPuck
FAILURE: Build failed with an exception.
Expected behavior
The previous RC 10.1.0-rc.2 works, but the latest one fails with the error above.
Notes / preliminary analysis
No response
Additional links and references
No response
The text was updated successfully, but these errors were encountered:
Mapbox Implementation
Mapbox
Mapbox Version
default
Platform
Android
@rnmapbox/maps
version10.1.0-rc.3
Standalone component to reproduce
Observed behavior and steps to reproduce
When executing
react-native run-android
the latest RC android build fails with error:Expected behavior
The previous RC
10.1.0-rc.2
works, but the latest one fails with the error above.Notes / preliminary analysis
No response
Additional links and references
No response
The text was updated successfully, but these errors were encountered: