45 lines
937 B
JSON
45 lines
937 B
JSON
{
|
|
"expo": {
|
|
"name": "Railbird",
|
|
"slug": "railbird-rn",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/icon.png",
|
|
"userInterfaceStyle": "light",
|
|
"splash": {
|
|
"image": "./assets/splash.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"assetBundlePatterns": ["**/*"],
|
|
"plugins": [
|
|
"@react-native-firebase/app",
|
|
"@react-native-firebase/auth",
|
|
[
|
|
"expo-build-properties",
|
|
{
|
|
"ios": {
|
|
"useFrameworks": "static"
|
|
}
|
|
}
|
|
]
|
|
],
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"bundleIdentifier": "ai.railbird.railbird",
|
|
"googleServicesFile": "./GoogleService-Info.plist"
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/adaptive-icon.png",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"package": "android.railbird.app",
|
|
"googleServicesFile": "./google-services.json"
|
|
},
|
|
"web": {
|
|
"favicon": "./assets/favicon.png"
|
|
}
|
|
}
|
|
}
|