bundledSourceURLForBridge always return bundle path

Differential Revision: D6215467

fbshipit-source-id: 49d818cfdb776dd849a809440a1e592e5cb2231a
This commit is contained in:
Yujie Liu
2017-11-03 14:15:19 -07:00
committed by Facebook Github Bot
parent a75fef48bf
commit 90a00a66e2
3 changed files with 17 additions and 5 deletions

View File

@@ -43,8 +43,6 @@
/**
* The location of bundle path, this should be a `file://` url
* pointing to a path inside the bundle resources, e.g. `file://..//main.jsbundle`.
* When running from the packager this should be an absolute URL,
* e.g. `http://localhost:8081/index.ios.bundle`.
*/
- (NSURL *)bundledSourceURLForBridge:(RCTBridge *)bridge;