Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/V8-reanimated-build-check-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
distribution: 'zulu'
java-version: '17'
- name: Create React Native app
run: npx react-native init app
Comment thread
tjzel marked this conversation as resolved.
Outdated
run: npx @react-native-community/cli init app
- name: Install dependencies
working-directory: app
run: yarn install
- name: Install Reanimated
working-directory: app
run: yarn add react-native-reanimated@https://github.com/software-mansion/react-native-reanimated.git#commit=${{ github.sha }}
run: yarn add react-native-reanimated@https://github.com/software-mansion/react-native-reanimated.git#${{ github.sha }}
- name: Install test dependencies
working-directory: app
run: yarn add react-native-v8 v8-android-jit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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 @@ -24,7 +24,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