Skip to content

Commit

Permalink
Merge pull request #4709 from wix/4708-android---crash
Browse files Browse the repository at this point in the history
fix(Android):  Crash java.lang.NoClassDefFoundError DefaultNewArchitectureEntryPoint
  • Loading branch information
gosha212 authored Feb 18, 2025
2 parents cf38d0d + 5ae1814 commit d8cfe96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions detox/android/detox/proguard-rules-app.pro
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
-keep class com.facebook.react.runtime.BridgelessReactContext { *; }
-keep class com.facebook.react.runtime.ReactInstance { *; }
-keep class com.facebook.react.modules.core.JavaTimerManager { *; }
-keep class com.facebook.react.defaults.DefaultNewArchitectureEntryPoint { *; }

-keep class com.facebook.react.ReactInstanceManager { *; }
-keep class com.facebook.react.ReactInstanceManager** { *; }
Expand Down

0 comments on commit d8cfe96

Please sign in to comment.