Skip to content

Commit 4cf9011

Browse files
committed
Re-arm the init script
1 parent 012d85f commit 4cf9011

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/init-macos-test-app.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,10 @@ async function copySourceFiles() {
171171
}
172172
}
173173

174-
// await deletePreviousApp();
175-
// await initializeReactNativeTemplate();
174+
await deletePreviousApp();
175+
await initializeReactNativeTemplate();
176176
await patchPackageJson();
177177
installDependencies();
178-
// initializeReactNativeMacOSTemplate();
179-
// await patchPodfile();
178+
initializeReactNativeMacOSTemplate();
179+
await patchPodfile();
180180
await copySourceFiles();

0 commit comments

Comments
 (0)