We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3b9094 commit acdf74fCopy full SHA for acdf74f
scripts/config-plugins/plugins/withIosBaseMods.mjs
@@ -29,6 +29,12 @@ const defaultProviders = {
29
podfileProperties: nullProvider,
30
};
31
32
+// `react-native-test-app` files
33
+defaultProviders["sceneDelegate"] = modifyFilePath(
34
+ expoProviders.appDelegate,
35
+ "ReactTestApp/SceneDelegate.swift"
36
+);
37
+
38
export function getIosModFileProviders() {
39
return defaultProviders;
40
}
0 commit comments