continue generating flow, add backend connection on main tabs

This commit is contained in:
Thomas Demirdjian
2025-08-28 17:18:28 +02:00
parent 0ca7544005
commit bb7b35626f
110 changed files with 1701 additions and 3408 deletions
+7 -13
View File
@@ -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"