mirror of
https://github.com/Stef-00012/Zipline-Android-App.git
synced 2025-05-10 18:05:52 +02:00
add folder rename since zipline v4 just added it
This commit is contained in:
parent
406d1482a1
commit
ee88fa1f7a
2 changed files with 4 additions and 2 deletions
|
@ -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";
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue