From 218791eee1e552a116380b4521dfec4f05b59eaa Mon Sep 17 00:00:00 2001 From: First-Terraner Date: Mon, 27 May 2024 18:27:24 +0200 Subject: [PATCH] temporary workflow change: create new lockfile with npm i --- .github/workflows/android.yml | 7 +------ package.json | 4 +--- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 21c4dc80..5c4e1c9a 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -52,12 +52,7 @@ jobs: packages: platform-tools platforms;android-34 build-tools;33.0.1 build-tools;34.0.0 ndk;25.1.8937393 cmake;3.22.1 - name: Install deps - run: | - if [ -e package-lock.json ]; then - npm ci - else - npm i - fi + run: npm i - name: PreBuild Android run: yes | npx expo prebuild -p android --clean diff --git a/package.json b/package.json index 874c1f6e..9e9b6cdb 100644 --- a/package.json +++ b/package.json @@ -82,9 +82,7 @@ "react-native-screens": "3.31.1", "react-native-size-matters": "^0.4.2", "react-native-svg": "15.2.0", - "text-encoding-polyfill": "^0.6.7", - "expo": "~51.0.8", - "react": "18.2.0" + "text-encoding-polyfill": "^0.6.7" }, "devDependencies": { "@babel/core": "^7.24.3",