Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
tjzel committed Jul 8, 2024
1 parent ade3bcd commit a266439
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/check-react-native-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- name: Setup Yarn
run: corepack enable && yarn init
- name: Create app
working-directory: App
run: |
if npm view react-native dist-tags | grep -q 'next:' ; then
yarn install react-native@next && yarn react-native init app --skip-install --version next
Expand Down

0 comments on commit a266439

Please sign in to comment.