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
Describe the bug
In library react-native-iosandroid-0-71, in build.gradle there is string: implementation 'com.google.ar:core:1.22.0', which is the reason of error about duplicate class. If i comment it, app starts but works incorrectly (immediately closes)
To Reproduce
Steps to reproduce the behavior:
install @babylonjs/react-native-iosandroid-0-71
npx react-native run-android
See error 'Duplicate class a.a.a found in modules core-1.22.0.aar -> core-1.22.0-runtime (com.google.ar:core:1.22.0) and installreferrer-2.2.aar -> installreferrer-2.2-runtime (com.android.installreferrer:installreferrer:2.2)'
Expected behavior
App starts
The text was updated successfully, but these errors were encountered:
Maybe it's possible to check in BRN gradle file if dependency already exists. Can you please try to add these lines in BaylonReactNative gradle and see if it fixes the issue:
Maybe it's possible to check in BRN gradle file if dependency already exists. Can you please try to add these lines in BaylonReactNative gradle and see if it fixes the issue:
Describe the bug
In library react-native-iosandroid-0-71, in build.gradle there is string: implementation 'com.google.ar:core:1.22.0', which is the reason of error about duplicate class. If i comment it, app starts but works incorrectly (immediately closes)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
App starts
The text was updated successfully, but these errors were encountered: