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 012d85f commit 4cf9011Copy full SHA for 4cf9011
scripts/init-macos-test-app.ts
@@ -171,10 +171,10 @@ async function copySourceFiles() {
171
}
172
173
174
-// await deletePreviousApp();
175
-// await initializeReactNativeTemplate();
+await deletePreviousApp();
+await initializeReactNativeTemplate();
176
await patchPackageJson();
177
installDependencies();
178
-// initializeReactNativeMacOSTemplate();
179
-// await patchPodfile();
+initializeReactNativeMacOSTemplate();
+await patchPodfile();
180
await copySourceFiles();
0 commit comments