File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11import { ConfigContext , ExpoConfig } from "expo/config" ;
22import { IOSIcons } from "@expo/config-types" ;
3+ import packageJson from "./package.json" ;
34const APP_VARIANT = process . env . APP_VARIANT ;
45
56const getBundleIdentifier = ( ) => {
@@ -65,7 +66,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
6566 name : getAppName ( ) ,
6667 slug : "DEMOCRACY" ,
6768 scheme : "democracy" ,
68- version : "1.5.12" ,
69+ version : packageJson . version ,
6970 orientation : "portrait" ,
7071 icon : getAppIcon ( ) ,
7172 userInterfaceStyle : "light" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " democracy" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.5.13 " ,
44 "main" : " expo-router/entry" ,
55 "packageManager" :
" [email protected] " ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments