Skip to content

Commit

Permalink
Prevent including React Native source in build
Browse files Browse the repository at this point in the history
  • Loading branch information
fluiddot committed Mar 1, 2024
1 parent 43526c5 commit 32db175
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions WordPress/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,9 @@ android {
exclude '**/libjscexecutor.so'
exclude '**/libfabricjni.so'

// Exclude React Native's JavaScript source map
exclude '**/*.bundle.map'

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

0 comments on commit 32db175

Please sign in to comment.