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:
Christoph Purrer
2023-12-07 03:52:52 -08:00
committed by Facebook GitHub Bot
parent d8aa1a3c64
commit a8ca9b022b
+1 -1
View File
@@ -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