You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

55 lines
1.5 KiB

{
"expo": {
"name": "loginmockup",
"slug": "loginmockup",
"scheme": "loginmockup",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "dark",
"splash": {
"image": "./assets/splash2.png",
"resizeMode": "contain",
"backgroundColor": "#333333"
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"googleServicesFile": "./secrets/GoogleService-Info.plist",
"supportsTablet": true,
"package": "com.v1.client.app.essentory"
},
"android": {
"googleServicesFile": "./secrets/google-services.json",
"package": "com.estrclient"
},
"web": {
"favicon": "./assets/favicon.png"
},
"plugins": [
"@react-native-firebase/app",
"@react-native-firebase/auth",
"@react-native-google-signin/google-signin",
[
"expo-font",
{
"fonts": [
"./assets/fonts/Pretendard-Bold.ttf",
"./assets/fonts/Pretendard-Thin.ttf",
"./assets/fonts/Pretendard-Black.ttf",
"./assets/fonts/Pretendard-Light.ttf",
"./assets/fonts/Pretendard-Medium.ttf",
"./assets/fonts/Pretendard-Regular.ttf",
"./assets/fonts/Pretendard-SemiBold.ttf",
"./assets/fonts/Pretendard-ExtraBold.ttf",
"./assets/fonts/Pretendard-ExtraLight.ttf",
"./assets/fonts/Axiforma-ExtraBold.otf",
"./assets/fonts/Axiforma-ExtraBoldItalic.otf"
]
}
],
"expo-router"
]
}
}