Skip to content

Commit

Permalink
Added the pre step for Expo testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sanketsahu committed Oct 30, 2024
1 parent 56e25f3 commit 0a3ab61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/expo-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,13 @@ jobs:
- name: Install dependencies
working-directory: test-app
run: |
npm install react-native-web react-dom
npm install react-native-web react-dom @expo/metro-runtime
- name: Install gluestack-ui
working-directory: test-app
run: |
npx gluestack-ui init --template-only --projectType expo
npx gluestack-ui add --all
npx tailwindcss -i ./global.css -o ./node_modules/.cache/nativewind/global.css
- name: Add Button component
working-directory: test-app
run: |
Expand Down

0 comments on commit 0a3ab61

Please sign in to comment.