Skip to content

Commit

Permalink
Fix build (#215)
Browse files Browse the repository at this point in the history
* Add prebuild

* Fix expo builds

* Update package.lock
  • Loading branch information
HansGabriel authored Dec 3, 2023
1 parent eb8c98e commit aac3f39
Show file tree
Hide file tree
Showing 3 changed files with 434 additions and 317 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@ yarn-error.log*

# turbo
.turbo

# prebuild
android
ios
9 changes: 5 additions & 4 deletions apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"version": "0.1.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"start": "expo start --dev-client",
"dev": "expo start",
"clean": "rm -rf .expo .turbo node_modules",
"android": "expo start --android",
"ios": "expo start --ios",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "eslint . --ext ts,tsx",
"test": "jest"
Expand Down Expand Up @@ -37,7 +37,7 @@
"@trpc/server": "^10.1.0",
"@types/react-native-indicators": "^0.16.2",
"dayjs": "^1.11.9",
"expo": "^48.0.6",
"expo": "~48.0.21",
"expo-auth-session": "^4.0.3",
"expo-av": "^13.2.1",
"expo-blur": "^12.2.2",
Expand All @@ -49,6 +49,7 @@
"expo-random": "^13.1.2",
"expo-secure-store": "^12.1.1",
"expo-sharing": "^11.2.2",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "^1.4.4",
"expo-web-browser": "^12.1.1",
"jest-expo": "^49.0.0",
Expand Down
Loading

0 comments on commit aac3f39

Please sign in to comment.