From 0a3ab61d679abe927cebef604bd86b381db4004c Mon Sep 17 00:00:00 2001 From: Sanket Sahu Date: Wed, 30 Oct 2024 13:07:50 +0530 Subject: [PATCH] Added the pre step for Expo testing --- .github/workflows/expo-latest.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/expo-latest.yml b/.github/workflows/expo-latest.yml index 839461640..7c11ac2b2 100644 --- a/.github/workflows/expo-latest.yml +++ b/.github/workflows/expo-latest.yml @@ -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: |