add folder rename since zipline v4 just added it

This commit is contained in:
Stef-00012 2025-02-11 20:06:28 +01:00
parent 406d1482a1
commit ee88fa1f7a
No known key found for this signature in database
GPG key ID: 28BE9A9E4EF0E6BF
2 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,5 @@
import type { ExpoConfig, ConfigContext } from "expo/config";
import { version as appVersion } from "@/package.json"
import { version as appVersion } from "./package.json"
const IS_DEV = process.env.APP_VARIANT === "development";

View file

@ -9,7 +9,9 @@
"prebuild:dev": "EXPO_NO_GIT_STATUS=1 APP_VARIANT=development expo prebuild --no-install --clean --platform android",
"run:android": "expo run:android",
"test": "jest --watchAll",
"lint": "expo lint"
"lint": "expo lint",
"android": "expo run:android",
"ios": "expo run:ios"
},
"jest": {
"preset": "jest-expo"