Skip to content

Commit acdf74f

Browse files
committed
add SceneDelegate.swift
1 parent f3b9094 commit acdf74f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scripts/config-plugins/plugins/withIosBaseMods.mjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ const defaultProviders = {
2929
podfileProperties: nullProvider,
3030
};
3131

32+
// `react-native-test-app` files
33+
defaultProviders["sceneDelegate"] = modifyFilePath(
34+
expoProviders.appDelegate,
35+
"ReactTestApp/SceneDelegate.swift"
36+
);
37+
3238
export function getIosModFileProviders() {
3339
return defaultProviders;
3440
}

0 commit comments

Comments
 (0)