Skip to content

Commit

Permalink
feat: Enable android build (#48)
Browse files Browse the repository at this point in the history
* Enable android build

* Add note
  • Loading branch information
averyyip authored Dec 6, 2023
1 parent 58d4282 commit a00f6b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions apps/expo/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// NOTE: This is due to issues between Expo and pnpm.
// https://github.com/t3-oss/create-t3-turbo/issues/741
import 'expo-router/entry';
2 changes: 1 addition & 1 deletion apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@vessel/expo",
"version": "0.1.0",
"private": true,
"main": "expo-router/entry",
"main": "index.js",
"scripts": {
"clean": "git clean -xdf .expo .turbo node_modules",
"dev:mobile": "pnpm with-env expo start --ios",
Expand Down

0 comments on commit a00f6b8

Please sign in to comment.