Skip to content

Commit

Permalink
fix: pnpm and android builds (#560)
Browse files Browse the repository at this point in the history
* fix expo deps

* strict peer deps off

* update eas-cli version

* fix expo app version

* sort

* fmt

---------

Co-authored-by: juliusmarminge <julius0216@outlook.com>
  • Loading branch information
tomheaton and juliusmarminge authored Nov 1, 2023
1 parent 5a6dbc5 commit a376187
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
# The symbolic links of pnpm break the rules of Expo monorepos.
# @link https://docs.expo.dev/guides/monorepos/#common-issues
node-linker=hoisted
strict-peer-dependencies=false
2 changes: 1 addition & 1 deletion apps/expo/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const defineConfig = (): ExpoConfig => ({
name: "expo",
slug: "expo",
scheme: "expo",
version: "1.0.0",
version: "0.1.0",
orientation: "portrait",
icon: "./assets/icon.png",
userInterfaceStyle: "light",
Expand Down
2 changes: 1 addition & 1 deletion apps/expo/eas.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cli": {
"version": ">= 3.3.0"
"version": ">= 4.1.2"
},
"build": {
"base": {
Expand Down
2 changes: 1 addition & 1 deletion apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@expo/metro-config": "^0.10.7",
"@shopify/flash-list": "1.6.1",
"@shopify/flash-list": "1.4.3",
"@tanstack/react-query": "^5.4.3",
"@trpc/client": "next",
"@trpc/react-query": "next",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a376187

Please sign in to comment.