Skip to content

Commit

Permalink
fix(android): map initialization as expected
Browse files Browse the repository at this point in the history
   - pickfirst for all instead of exclude
  • Loading branch information
salah ghanim committed Apr 13, 2024
1 parent 8ba7608 commit b57d22f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ android {
exclude 'META-INF/proguard/androidx-annotations.pro'

// Exclude React Native's JSC and Fabric JNI
exclude '**/libjscexecutor.so'
exclude '**/libfabricjni.so'
pickFirst '**/libjscexecutor.so'
pickFirst '**/libfabricjni.so'

// Avoid React Native's JNI duplicated classes
pickFirst '**/libc++_shared.so'
Expand Down

0 comments on commit b57d22f

Please sign in to comment.