Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit e4b1e83

Browse files
author
Will Anderson
committed
Add more details about CodePush app script path resolution
1 parent 3c4cd60 commit e4b1e83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jsCodeLocation = [CodePush getBundleUrl];
2727
```
2828

2929
This change allows CodePush to load the updated app location after an update has been applied.
30+
Before any updates are installed, CodePush will load your app from the bundled "main.jsbundle" file.
31+
After updates are installed, CodePush will load your app from the writable user directory, where the update has been downloaded.
3032

3133
Methods
3234
---

0 commit comments

Comments
 (0)