Skip to content

Commit

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

Changelog: [Internal]

Reviewed By: rshest

Differential Revision: D51937593

fbshipit-source-id: 2f4a4e49487b7031cd91deda2bc6916f195ee734
  • Loading branch information
christophpurrer authored and facebook-github-bot committed Dec 7, 2023
1 parent d8aa1a3 commit a8ca9b0
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 a8ca9b0

Please sign in to comment.