mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
rntester-ios : Fix Bundle path (internal) (#41825)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/41825 Changelog: [Internal] Reviewed By: rshest Differential Revision: D51937593 fbshipit-source-id: 2f4a4e49487b7031cd91deda2bc6916f195ee734
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d8aa1a3c64
commit
a8ca9b022b
@@ -27,7 +27,7 @@
|
||||
#endif
|
||||
|
||||
#if BUNDLE_PATH
|
||||
NSString *kBundlePath = @"xplat/js/RKJSModules/EntryPoints/RNTesterTestBundle.js";
|
||||
NSString *kBundlePath = @"xplat/js/RKJSModules/EntryPoints/RNTesterBundle.js";
|
||||
#else
|
||||
NSString *kBundlePath = @"js/RNTesterApp.ios";
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user