From fcf1103b95d43010f341a7f9241f4b91f19ae254 Mon Sep 17 00:00:00 2001 From: Martin Konicek Date: Fri, 9 Oct 2015 17:10:43 +0100 Subject: [PATCH] Update SignedAPKAndroid.md --- docs/SignedAPKAndroid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/SignedAPKAndroid.md b/docs/SignedAPKAndroid.md index 8c8248072..535844775 100644 --- a/docs/SignedAPKAndroid.md +++ b/docs/SignedAPKAndroid.md @@ -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 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. +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. React Native also has several components written in C/C++, Proguard only strips Java code. _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`._