Skip to content

Commit

Permalink
fix: bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
vivalaakam committed Jun 22, 2023
1 parent 579e983 commit afbcbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class AppDelegate: RCTAppDelegate {
#if DEBUG
return RCTBundleURLProvider.sharedSettings().jsBundleURL(forBundleRoot: "index")
#else
return Bundle.main.url(forResource: "main", withExtension: "jsBundle")
return Bundle.main.url(forResource: "main", withExtension: "jsbundle")
#endif
}

Expand Down

0 comments on commit afbcbcc

Please sign in to comment.