chore: upgrade to react native 0.74

This commit is contained in:
Lei Nelissen
2024-07-25 13:55:00 +02:00
parent c5b1406e16
commit 83b890192e
17 changed files with 1627 additions and 1381 deletions

View File

@@ -16,10 +16,10 @@
- (NSURL *)sourceURLForBridge:(RCTBridge *)bridge
{
return [self getBundleURL];
return [self bundleURL];
}
- (NSURL *)getBundleURL
- (NSURL *)bundleURL
{
#if DEBUG
return [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index"];