We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7617611 commit 3d3c4ecCopy full SHA for 3d3c4ec
packages/app/plugin/src/ios/appDelegate.ts
@@ -71,7 +71,7 @@ export function modifyObjcAppDelegate(contents: string): string {
71
export function modifySwiftAppDelegate(contents: string): string {
72
const methodInvocationBlock = `FirebaseApp.configure()`;
73
const methodInvocationLineMatcher =
74
- /(?:self\.moduleName\s*=\s*"([^"]*)")|(?:reactNativeFactory\?\.\s*startReactNative)/;
+ /(?:self\.moduleName\s*=\s*"([^"]*)")|(?:factory\.startReactNative\()/;
75
76
// Add import
77
if (!contents.includes('import FirebaseCore')) {
0 commit comments