Skip to content

Commit

Permalink
Pin expo version (#6077)
Browse files Browse the repository at this point in the history
* temporarily pin expo version

* revert to latest

* remove comment

---------

Co-authored-by: Jacob Logan <[email protected]>
  • Loading branch information
jacoblogan and Jacob Logan authored Nov 14, 2024
1 parent 29bb23d commit 41e88d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
# uncomment to re-enable
# build-tool: [cli, expo]
build-tool: [expo]
# Temporarily pin to previous version
build-tool-version: [51]
build-tool-version: [latest]
pkg-manager: [npm]
language: [ts]
node-version: [18]
Expand Down
4 changes: 2 additions & 2 deletions build-system-tests/scripts/mega-app-create-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ if [[ "$FRAMEWORK" == 'react-native' ]]; then
echo "npm list react-native"
npm list react-native
elif [[ "$BUILD_TOOL" == "expo" ]]; then
echo "npx create-expo-app $MEGA_APP_NAME --template expo-template-blank-typescript"
npx create-expo-app $MEGA_APP_NAME --template expo-template-blank-typescript
echo "npx create-expo-app $MEGA_APP_NAME --template expo-template-blank-typescript@sdk-51"
npx create-expo-app $MEGA_APP_NAME --template expo-template-blank-typescript@sdk-51 # Temporarily pin expo to version 51
echo "cd $MEGA_APP_NAME"
cd $MEGA_APP_NAME
echo "npm list expo" # Log the package.json to check the expo version should be later than 48.0.19
Expand Down

0 comments on commit 41e88d8

Please sign in to comment.