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 104d2a3 commit d92e710Copy full SHA for d92e710
.github/workflows/auto-updater.yml
@@ -32,7 +32,7 @@ jobs:
32
if: steps.yarnoutdated.outcome == 'failure'
33
run: |
34
rm -rf ReproducerApp
35
- npx react-native@latest init ReproducerApp --skip-install --skip-git-init
+ npx @react-native-community/cli@latest init ReproducerApp --skip-install --skip-git-init
36
cd ReproducerApp
37
yarn config set -H enableImmutableInstalls false
38
yarn
0 commit comments