mirror of
https://github.com/status-im/react-native.git
synced 2025-01-13 19:15:05 +00:00
Update SignedAPKAndroid.md
This commit is contained in:
parent
2d206f7286
commit
87ae707985
@ -91,7 +91,7 @@ You can kill any running packager instances, all your and framework JavaScript c
|
||||
|
||||
### Enabling Proguard to reduce the size of the APK (optional)
|
||||
|
||||
Proguard is a tool that can reduce the size of the APK. It does this by stripping parts of the React Native Java bytecode (and its dependencies) that your app is not using. Don't expect massive reductions though.
|
||||
Proguard is a tool that can slightly reduce the size of the APK. It does this by stripping parts of the React Native Java bytecode (and its dependencies) that your app is not using.
|
||||
|
||||
_Note: Make sure to thoroughly test your app if you've enabled Proguard. Proguard often requires configuration specific to each native library you're using. See `app/proguard-rules.pro`._
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user