mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-23 03:50:11 +08:00
Rename bundleSource to embeddedBundle
Reviewed By: fromcelticpark Differential Revision: D6274101 fbshipit-source-id: f62da158d165cb3ce4a510ebc4eed24a8a719381
This commit is contained in:
committed by
Facebook Github Bot
parent
e9393f694d
commit
ae5ef653cb
@@ -26,7 +26,7 @@ RCT_EXPORT_MODULE()
|
||||
{
|
||||
return @{
|
||||
@"scriptURL": self.bridge.bundleURL.absoluteString ?: @"",
|
||||
@"bundledScriptURL": self.bridge.bundledSourceURL.absoluteString ?: @""
|
||||
@"embeddedBundleURL": self.bridge.embeddedBundleURL.absoluteString ?: @""
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user