lỗi tè le

This commit is contained in:
2026-07-16 21:30:24 +07:00
parent 27dfcb4e62
commit 853a3cbab4
5 changed files with 121 additions and 4267 deletions
+10 -3
View File
@@ -6,9 +6,11 @@
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-community/slider": "5.2.0",
"@shopify/react-native-skia": "2.6.2",
"babel-preset-expo": "~57.0.0",
"expo": "~57.0.6",
"expo-asset": "~57.0.5",
"expo-camera": "~57.0.2",
"expo-dev-client": "~57.0.6",
"expo-file-system": "~57.0.1",
"expo-haptics": "~57.0.1",
"expo-image-picker": "~57.0.4",
@@ -18,8 +20,10 @@
"lucide-react-native": "^1.24.0",
"nativewind": "^4.2.6",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-native": "0.86.0",
"react-native-reanimated": "4.5.0",
"react-native-web": "^0.21.2",
"tailwindcss": "^3.4.19"
},
"devDependencies": {
@@ -28,9 +32,12 @@
},
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"private": true
"private": true,
"allowScripts": {
"@shopify/react-native-skia@2.6.2": true
}
}