Skip to content

Commit 262397d

Browse files
弘树Facebook Github Bot 9
弘树
authored and
Facebook Github Bot 9
committed
Fix UIExplorer example AppDelegate.m for pre-bundle comment
Summary: Thanks for submitting a pull request! Please provide enough information so that others can review your pull request: (You can skip this if you're fixing a typo or adding an app to the Showcase.) Explain the **motivation** for making this change. What existing problem does the pull request solve? UIExplorer example doc fix. **Test plan (required)** Unnecessary. **Code formatting** Just fix comment, not related to code Fix pre-bundle doc Closes #8733 Differential Revision: D3554930 fbshipit-source-id: 76ed3da17df840f90987f7468cea7cd65741313f
1 parent c06a136 commit 262397d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/UIExplorer/UIExplorer/AppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ - (NSURL *)sourceURLForBridge:(__unused RCTBridge *)bridge
7474
* Load from pre-bundled file on disk. To re-generate the static bundle, `cd`
7575
* to your Xcode project folder and run
7676
*
77-
* $ curl 'http://localhost:8081/Examples/UIExplorer/UIExplorerApp.ios.bundle?platform=ios' -o main.jsbundle
77+
* $ curl 'http://localhost:8081/Examples/UIExplorer/js/UIExplorerApp.ios.bundle?platform=ios' -o main.jsbundle
7878
*
7979
* then add the `main.jsbundle` file to your project and uncomment this line:
8080
*/

0 commit comments

Comments
 (0)