Skip to content

Commit

Permalink
bump expo to v52.0.7 and run check with EXPO_OFFLINE
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Nov 15, 2024
1 parent 02f5af8 commit 06de149
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ jobs:
run: |
cd generators/react-native/resources/expo
npm run check-dependencies
env:
EXPO_OFFLINE: 1
2 changes: 2 additions & 0 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
run: |
cd generators/react-native/resources/expo
npm run check-dependencies
env:
EXPO_OFFLINE: 1

build-matrix:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,5 @@ Desktop.ini
######################
/coverage/
/.nyc_output/

generators/**/package-lock.json
4 changes: 2 additions & 2 deletions generators/react-native/resources/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@react-native-masked-view/masked-view": "0.3.1",
"@react-native-picker/picker": "2.9.0",
"@react-navigation/devtools": "6.0.27",
"expo": "52.0.5",
"expo": "52.0.7",
"expo-auth-session": "~6.0.0",
"expo-constants": "~17.0.2",
"expo-image-picker": "~16.0.1",
Expand All @@ -25,7 +25,7 @@
"expo-web-browser": "~14.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.1",
"react-native": "0.76.2",
"react-native-gesture-handler": "~2.20.2",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
Expand Down

0 comments on commit 06de149

Please sign in to comment.