Skip to content

Commit

Permalink
test(react-native): Don't shrink test classes
Browse files Browse the repository at this point in the history
  • Loading branch information
bengourley committed Sep 3, 2020
1 parent ba2fe46 commit 6ef0b00
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@
# http://developer.android.com/guide/developing/tools/proguard.html

# Add any project specific keep options here:

-dontobfuscate
-keep class com.reactnative.module.** {*;}
-keep class com.reactnative.module.ScenarioFactory.** {*;}
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@
# http://developer.android.com/guide/developing/tools/proguard.html

# Add any project specific keep options here:

-dontobfuscate
-keep class com.reactnative.module.** {*;}
-keep class com.reactnative.module.ScenarioFactory.** {*;}

0 comments on commit 6ef0b00

Please sign in to comment.