Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: migrate npx react-native init #6628

Merged
merged 10 commits into from
Nov 22, 2024
2 changes: 1 addition & 1 deletion .github/workflows/V8-reanimated-build-check-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
distribution: 'zulu'
java-version: '17'
- name: Create React Native app
run: npx react-native init app
run: npx @react-native-community/cli init app
- name: Install dependencies
working-directory: app
run: yarn install
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cancel-in-progress: true
steps:
- name: Create React Native app
run: npx react-native init app
run: npx @react-native-community/cli init app
- name: Install Reanimated
working-directory: app
run: yarn add react-native-reanimated@https://github.com/software-mansion/react-native-reanimated.git#commit=${{ github.sha }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
distribution: 'zulu'
java-version: '17'
- name: Create React Native App
run: npx react-native init app
run: npx @react-native-community/cli init app
- name: Install dependencies
working-directory: app
run: yarn
Expand Down
Loading