Skip to content

Commit

Permalink
rntester-ios : Fix Bundle path (internal)
Browse files Browse the repository at this point in the history
Summary: Changelog: [Internal]

Differential Revision: D51937593
  • Loading branch information
christophpurrer authored and facebook-github-bot committed Dec 7, 2023
1 parent eb661df commit 3e83d9c
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 3e83d9c

Please sign in to comment.