continue generating flow, add backend connection on main tabs
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"expo": {
|
||||
"owner": "minuitagency",
|
||||
"slug": "minuitstarter",
|
||||
"name": "minuit.starter",
|
||||
"version": "2024.04.1",
|
||||
"slug": "musicland",
|
||||
"name": "MusicLand",
|
||||
"version": "0.0.1",
|
||||
"scheme": "minuit",
|
||||
"orientation": "portrait",
|
||||
"icon": "./assets/alternateIcons/4.png",
|
||||
"icon": "./assets/icon.png",
|
||||
"backgroundColor": "#0F0C14",
|
||||
"jsEngine": "hermes",
|
||||
"notification": {
|
||||
@@ -27,9 +27,8 @@
|
||||
},
|
||||
"splash": {
|
||||
"image": "./assets/splash.png",
|
||||
"tabletImage": "./assets/tabletSplash.png",
|
||||
"resizeMode": "contain",
|
||||
"backgroundColor": "#0F0C14"
|
||||
"resizeMode": "cover",
|
||||
"backgroundColor": "#0A0D12"
|
||||
},
|
||||
"ios": {
|
||||
"googleServicesFile": "./config/GoogleService-Info.plist",
|
||||
@@ -66,7 +65,7 @@
|
||||
"googleServicesFile": "./config/google-services.json",
|
||||
"adaptiveIcon": {
|
||||
"foregroundImage": "./assets/adaptive-icon.png",
|
||||
"backgroundColor": "#FFFFFF"
|
||||
"backgroundColor": "#0A0D12"
|
||||
},
|
||||
"package": "com.minuit.starter",
|
||||
"permissions": [
|
||||
@@ -78,8 +77,6 @@
|
||||
},
|
||||
"plugins": [
|
||||
"react-native-compressor",
|
||||
"@react-native-firebase/crashlytics",
|
||||
"@react-native-firebase/app",
|
||||
[
|
||||
"expo-image-picker",
|
||||
{
|
||||
@@ -96,9 +93,6 @@
|
||||
"useFrameworks": "static"
|
||||
},
|
||||
"android": {
|
||||
"extraMavenRepos": [
|
||||
"../../node_modules/@notifee/react-native/android/libs"
|
||||
],
|
||||
"compileSdkVersion": 35,
|
||||
"targetSdkVersion": 35,
|
||||
"buildToolsVersion": "35.0.0"
|
||||
|
||||
Reference in New Issue
Block a user