Skip to content

Commit

Permalink
rntester-ios : Fix Bundle path (internal) (#41825)
Browse files Browse the repository at this point in the history
Summary:

Changelog: [Internal]

Reviewed By: rshest

Differential Revision: D51937593
  • Loading branch information
christophpurrer authored and facebook-github-bot committed Dec 7, 2023
1 parent 18f8a53 commit f0ee154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rn-tester/RNTester/AppDelegate.mm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0ee154

Please sign in to comment.