Add more details about CodePush app script path resolution

This commit is contained in:
Will Anderson
2015-10-05 10:50:47 -07:00
parent 3c4cd60d7d
commit e4b1e833f2

View File

@@ -27,6 +27,8 @@ jsCodeLocation = [CodePush getBundleUrl];
```
This change allows CodePush to load the updated app location after an update has been applied.
Before any updates are installed, CodePush will load your app from the bundled "main.jsbundle" file.
After updates are installed, CodePush will load your app from the writable user directory, where the update has been downloaded.
Methods
---