We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3be7d95 + e184ac4 commit f476dd5Copy full SHA for f476dd5
1 file changed
expo/plugin/src/iOSPlugin.ts
@@ -66,7 +66,7 @@ const modifySwiftAppDelegate = (src:string) => {
66
tag: "react-native-background-fetch-import",
67
src,
68
newSrc: "import TSBackgroundFetch",
69
- anchor: /@UIApplicationMain/,
+ anchor: /@(UIApplication)?main/,
70
offset: -1,
71
comment: "//",
72
}).contents;
0 commit comments