Firrt commit

This commit is contained in:
2026-07-15 17:46:28 +07:00
parent fbdd711abb
commit 368e03b32b
55 changed files with 4420 additions and 1066 deletions
+45 -7
View File
@@ -1,18 +1,43 @@
{
"expo": {
"name": "geosportlog-temp",
"slug": "geosportlog-temp",
"name": "GeoSport Log",
"slug": "geosport-log",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "geosportlogtemp",
"userInterfaceStyle": "automatic",
"scheme": "geosportlog",
"userInterfaceStyle": "dark",
"splash": {
"image": "./assets/images/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#050811"
},
"ios": {
"icon": "./assets/expo.icon"
"supportsTablet": false,
"bundleIdentifier": "com.geosport.log",
"infoPlist": {
"UIBackgroundModes": ["location"],
"NSLocationWhenInUseUsageDescription": "GeoSport Log cần quyền định vị khi mở ứng dụng để vẽ lộ trình chạy bộ/đạp xe thời gian thực của bạn.",
"NSLocationAlwaysAndWhenInUseUsageDescription": "GeoSport Log cần quyền định vị chạy ngầm để tiếp tục ghi nhận lộ trình của bạn khi màn hình điện thoại tắt hoặc bỏ vào túi.",
"NSCameraUsageDescription": "Cho phép ứng dụng sử dụng Camera để chụp ảnh hoặc quay video gắn mốc GPS trực tiếp trên hành trình di chuyển.",
"NSMicrophoneUsageDescription": "Cho phép ứng dụng sử dụng Micro khi quay video hành trình.",
"NSPhotoLibraryUsageDescription": "Cho phép ứng dụng truy cập thư viện để đính kèm hình ảnh/video phong cảnh của hành trình tập luyện."
}
},
"android": {
"package": "com.geosport.log",
"permissions": [
"ACCESS_COARSE_LOCATION",
"ACCESS_FINE_LOCATION",
"ACCESS_BACKGROUND_LOCATION",
"CAMERA",
"RECORD_AUDIO",
"READ_EXTERNAL_STORAGE",
"WRITE_EXTERNAL_STORAGE",
"FOREGROUND_SERVICE"
],
"adaptiveIcon": {
"backgroundColor": "#E6F4FE",
"backgroundColor": "#050811",
"foregroundImage": "./assets/images/android-icon-foreground.png",
"backgroundImage": "./assets/images/android-icon-background.png",
"monochromeImage": "./assets/images/android-icon-monochrome.png"
@@ -28,10 +53,23 @@
[
"expo-splash-screen",
{
"backgroundColor": "#208AEF",
"backgroundColor": "#050811",
"image": "./assets/images/splash-icon.png",
"imageWidth": 76
}
],
"expo-sqlite",
[
"expo-location",
{
"locationAlwaysAndWhenInUsePermission": "Cho phép GeoSport Log theo dõi hành trình của bạn kể cả khi chạy ngầm dưới nền để tránh mất dấu tracklog."
}
],
[
"expo-camera",
{
"cameraPermission": "Cho phép truy cập máy ảnh để chụp hình lưu niệm dọc đường đi."
}
]
],
"experiments": {