changes for apk build
@@ -0,0 +1,11 @@
|
|||||||
|
> Why do I have a folder named ".expo-shared" in my project?
|
||||||
|
|
||||||
|
The ".expo-shared" folder is created when running commands that produce state that is intended to be shared with all developers on the project. For example, "npx expo-optimize".
|
||||||
|
|
||||||
|
> What does the "assets.json" file contain?
|
||||||
|
|
||||||
|
The "assets.json" file describes the assets that have been optimized through "expo-optimize" and do not need to be processed again.
|
||||||
|
|
||||||
|
> Should I commit the ".expo-shared" folder?
|
||||||
|
|
||||||
|
Yes, you should share the ".expo-shared" folder with your collaborators.
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"74c64047eb557b1341bba7a2831eedde9ddb705e6451a9ad9f5552bf558f13de": true,
|
||||||
|
"015a72aeb24c1166243ebc185355c9488cc892fbf3aa82f9ae66819a10f3451c": true,
|
||||||
|
"5f4c0a732b6325bf4071d9124d2ae67e037cb24fcc9c482ef82bea742109a3b8": true,
|
||||||
|
"d8b64a6da72511c106704eff39467e748067ba96a6327b85a7e4050eb751809b": true,
|
||||||
|
"ad67ca1514d4c5b993fe6fa86047a66c4e2ca0dc12df863d057ba4a8c1a2ec8c": true,
|
||||||
|
"24272cdaeff82cc5facdaccd982a6f05b60c4504704bbf94c19a6388659880bb": true,
|
||||||
|
"c25ed759cea639ffeaba086b6ac67afb84bc28293aa62b52d56e60139bdec93a": true,
|
||||||
|
"f14426796829173c18cb16bbb7839d370726835bcd16bf8a1813a0c418a4cf2e": true,
|
||||||
|
"ecb0e574a4bd6627fdb061b94da3ead77b6a2eed83f27e5e9e859485d2b006de": true,
|
||||||
|
"77294e294a44cc6a0c5ac6d55b50733697be46cfb09322d1d84866ebc3272bed": true,
|
||||||
|
"1115b80ca5da0e724a39b7f789771a42959d47aab327f36a2710fad69200857d": true,
|
||||||
|
"58899ebfd20852f133adde9dc85ad994113818b3da52c4a5bac7abc6e51149c8": true,
|
||||||
|
"4724c7c7d2151efec7be0fc91130b0646dfef85f784e375335c91c69eab2ebdc": true,
|
||||||
|
"167c9db3eb1ca08ec7f00c8868c72ddc67d73ab4f3f8830f832f411565ca29da": true
|
||||||
|
}
|
||||||
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"expo": {
|
"expo": {
|
||||||
"name": "matrix",
|
"name": "matrix",
|
||||||
"slug": "matrix",
|
"slug": "matrix-frontend",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"orientation": "portrait",
|
"orientation": "portrait",
|
||||||
"icon": "./assets/images/icon.png",
|
"icon": "./assets/images/racoon-icon.jpg",
|
||||||
"scheme": "led.matrix",
|
"scheme": "led.matrix",
|
||||||
"userInterfaceStyle": "automatic",
|
"userInterfaceStyle": "automatic",
|
||||||
"newArchEnabled": true,
|
"newArchEnabled": true,
|
||||||
@@ -13,21 +13,21 @@
|
|||||||
},
|
},
|
||||||
"android": {
|
"android": {
|
||||||
"adaptiveIcon": {
|
"adaptiveIcon": {
|
||||||
"foregroundImage": "./assets/images/adaptive-icon.png",
|
"foregroundImage": "./assets/images/racoon-icon.jpg",
|
||||||
"backgroundColor": "#ffffff"
|
"backgroundColor": "#FFFFFF"
|
||||||
},
|
},
|
||||||
"package": "de.starappeal.ledmatrix"
|
"package": "de.starappeal.ledmatrix"
|
||||||
},
|
},
|
||||||
"web": {
|
"web": {
|
||||||
"bundler": "metro",
|
"bundler": "metro",
|
||||||
"output": "server",
|
"output": "server",
|
||||||
"favicon": "./assets/images/favicon.png"
|
"favicon": "./assets/images/racoon-icon.jpg"
|
||||||
},
|
},
|
||||||
"plugins": [
|
"plugins": [
|
||||||
[
|
[
|
||||||
"expo-splash-screen",
|
"expo-splash-screen",
|
||||||
{
|
{
|
||||||
"image": "./assets/images/splash-icon.png",
|
"image": "./assets/images/racoon-splash.png",
|
||||||
"imageWidth": 200,
|
"imageWidth": 200,
|
||||||
"resizeMode": "contain",
|
"resizeMode": "contain",
|
||||||
"backgroundColor": "#ffffff"
|
"backgroundColor": "#ffffff"
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 46 KiB |
|
Before Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 435 KiB |
|
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 5.9 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 84 KiB |
@@ -21,35 +21,36 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@expo/ngrok": "^4.1.3",
|
"@expo/ngrok": "^4.1.3",
|
||||||
"axios": "^1.7.8",
|
"axios": "^1.7.8",
|
||||||
"expo": "^52.0.14",
|
"expo": "~52.0.18",
|
||||||
"expo-auth-session": "^6.0.1",
|
"expo-auth-session": "^6.0.1",
|
||||||
"expo-blur": "~14.0.1",
|
"expo-blur": "^14.0.1",
|
||||||
|
"expo-checkbox": "^4.0.0",
|
||||||
"expo-constants": "~17.0.3",
|
"expo-constants": "~17.0.3",
|
||||||
"expo-font": "~13.0.1",
|
"expo-font": "^13.0.1",
|
||||||
"expo-haptics": "~14.0.0",
|
"expo-haptics": "^14.0.0",
|
||||||
"expo-image": "~2.0.3",
|
"expo-image": "~2.0.3",
|
||||||
"expo-image-picker": "~16.0.3",
|
"expo-image-picker": "~16.0.3",
|
||||||
"expo-linking": "~7.0.3",
|
"expo-linking": "~7.0.3",
|
||||||
"expo-router": "~4.0.11",
|
"expo-router": "~4.0.11",
|
||||||
"expo-secure-store": "~14.0.0",
|
"expo-secure-store": "~14.0.0",
|
||||||
"expo-splash-screen": "~0.29.13",
|
"expo-splash-screen": "^0.29.18",
|
||||||
"expo-status-bar": "~2.0.0",
|
"expo-status-bar": "^2.0.0",
|
||||||
"expo-symbols": "~0.2.0",
|
"expo-symbols": "^0.2.0",
|
||||||
"expo-system-ui": "~4.0.5",
|
"expo-system-ui": "^4.0.6",
|
||||||
"expo-web-browser": "~14.0.1",
|
"expo-web-browser": "~14.0.1",
|
||||||
"pm2": "^5.4.3",
|
|
||||||
"react": "18.3.1",
|
"react": "18.3.1",
|
||||||
"react-dom": "18.3.1",
|
"react-dom": "18.3.1",
|
||||||
"react-native": "0.76.3",
|
"react-native": "0.76.5",
|
||||||
"react-native-gesture-handler": "~2.21.2",
|
"react-native-gesture-handler": "^2.21.2",
|
||||||
"react-native-modal": "^13.0.1",
|
|
||||||
"react-native-paper": "^5.12.5",
|
"react-native-paper": "^5.12.5",
|
||||||
"react-native-reanimated": "~3.16.3",
|
"react-native-reanimated": "~3.16.3",
|
||||||
|
"react-native-safe-area-context": "4.12.0",
|
||||||
|
"react-native-screens": "~4.1.0",
|
||||||
"react-native-status-bar-height": "^2.6.0",
|
"react-native-status-bar-height": "^2.6.0",
|
||||||
"react-native-switch-with-icons": "^3.0.1",
|
"react-native-switch-with-icons": "^3.0.1",
|
||||||
"react-native-web": "~0.19.13",
|
"react-native-web": "~0.19.13",
|
||||||
"react-native-webview": "13.12.4",
|
"react-native-webview": "^13.12.5",
|
||||||
"ts-node": "^10.9.2"
|
"sharp": "^0.33.5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.26.0",
|
"@babel/core": "^7.26.0",
|
||||||
|
|||||||