Skip to content

Commit aadd254

Browse files
authored
Merge pull request #173 from xmartlabs/expo-support
[Chore] Small tweak to the Expo config plugin
2 parents 372b2d1 + 112fbdb commit aadd254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/ios/withCustomAppDelegate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function selectStrings(language) {
2323
},
2424
return: {
2525
anchor: /-\s*\(BOOL\)\s*application:\s*\(UIApplication\s*\*\)\s*application\s+openURL:\s*\(NSURL\s*\*\)\s*url\s+options:\s*\(NSDictionary<UIApplicationOpenURLOptionsKey,\s*id>\s*\*\)\s*options\s*\{/,
26-
newSrc: ' return [LineLogin application:application open:url options:options];',
26+
newSrc: ' return [LineLogin application:application open:url options:options];',
2727
},
2828
}
2929
}

0 commit comments

Comments
 (0)