Initial commit

Generated by create-expo-app 2.0.4.
This commit is contained in:
2023-09-08 02:32:26 +03:00
commit 9b16b14a4c
11 changed files with 13796 additions and 0 deletions

30
app.json Normal file
View File

@@ -0,0 +1,30 @@
{
"expo": {
"name": "Assemblr",
"slug": "Assemblr",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
}
},
"web": {
"favicon": "./assets/favicon.png"
}
}
}