Skip to content

Commit

Permalink
feat: attempting to reuse proguard rules, disabled legacy packaging f…
Browse files Browse the repository at this point in the history
…or load time improvements
  • Loading branch information
Vali-98 committed Jun 15, 2024
1 parent 323bcdf commit 346ccf4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@
{
"android": {
"usesCleartextTraffic": true,
//"enableProguardInReleaseBuilds": true,
//"enableShrinkResourcesInReleaseBuilds": true,
"useLegacyPackaging": true
"enableProguardInReleaseBuilds": true,
"enableShrinkResourcesInReleaseBuilds": true,
//"useLegacyPackaging": true,
"extraProguardRules": "-keep class com.rnllama.** { *; }"
}
}
],
Expand Down

0 comments on commit 346ccf4

Please sign in to comment.