first commit

This commit is contained in:
Rodrigo Nogueira de Sousa
2026-05-22 11:12:19 +01:00
commit 47d2cc65c3
91 changed files with 18528 additions and 0 deletions

20
app.json Normal file
View File

@@ -0,0 +1,20 @@
{
"expo": {
"name": "AppBarber",
"slug": "AppBarber",
"version": "1.0.0",
"orientation": "portrait",
"userInterfaceStyle": "dark",
"platforms": ["ios", "android", "web"],
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#0a0a0a"
},
"assetBundlePatterns": ["**/*"],
"web": {
"favicon": "./assets/favicon.png",
"bundler": "metro"
}
}
}