Add comment

This commit is contained in:
Geoffrey Goh
2015-12-10 23:41:02 -08:00
parent 9b9afb68a9
commit 9c1a20f05b

View File

@@ -53,6 +53,7 @@ public class CodePush {
private final String CODE_PUSH_TAG = "CodePush";
private final String DOWNLOAD_PROGRESS_EVENT_NAME = "CodePushDownloadProgress";
private final String RESOURCES_BUNDLE = "resources.arsc";
// This needs to be kept in sync with https://github.com/facebook/react-native/blob/master/ReactAndroid/src/main/java/com/facebook/react/devsupport/DevSupportManager.java#L78
private final String REACT_DEV_BUNDLE_CACHE_FILE_NAME = "ReactNativeDevBundle.js";
private CodePushPackage codePushPackage;