mirror of
https://github.com/status-im/react-native.git
synced 2025-01-16 12:34:17 +00:00
Merge pull request #4654 from tyiu/master
Fix EmbeddedAppIOS documentation
This commit is contained in:
commit
fe69ac95bd
@ -136,6 +136,7 @@ NSURL *jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/index.ios.b
|
||||
// curl http://localhost:8081/index.ios.bundle -o main.jsbundle
|
||||
RCTRootView *rootView = [[RCTRootView alloc] initWithBundleURL:jsCodeLocation
|
||||
moduleName: @"SimpleApp"
|
||||
initialProperties:nil
|
||||
launchOptions:nil];
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user