From baf8ea9f24b988e12ad6e243d8fcc4c288317166 Mon Sep 17 00:00:00 2001 From: Woojae Kim Date: Sun, 12 Jan 2025 02:05:05 +0900 Subject: [PATCH] ci: use @react-native-community/cli init --- .github/workflows/create_test_patches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_test_patches.yml b/.github/workflows/create_test_patches.yml index e2a576c2..df024e1e 100644 --- a/.github/workflows/create_test_patches.yml +++ b/.github/workflows/create_test_patches.yml @@ -65,7 +65,7 @@ jobs: mv *tgz $HOME/scratch ls -la $HOME/scratch/*$CLEAN_PACKAGE_NAME* cd $HOME - npx react-native init template --skip-install --skip-git-init + npx @react-native-community/cli init template --skip-install --skip-git-init cd template yarn yarn add patch-package --dev