Initial scaffold: Expo SDK 56, expo-router, expo-sqlite, NativeWind

This commit is contained in:
2026-06-18 16:50:27 +02:00
parent f12febf122
commit 8388f49fd4
24 changed files with 10060 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
{
"name": "sheethappens",
"main": "expo-router/entry",
"version": "0.1.0",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios"
},
"dependencies": {
"expo": "~56.0.12",
"expo-clipboard": "~56.0.4",
"expo-constants": "~56.0.18",
"expo-linking": "~56.0.14",
"expo-router": "~56.2.11",
"expo-secure-store": "~56.0.4",
"expo-sharing": "~56.0.18",
"expo-speech-recognition": "~56.0.1",
"expo-sqlite": "~56.0.5",
"expo-status-bar": "~56.0.4",
"nativewind": "~4.2.5",
"react": "19.2.7",
"react-native": "0.85.3",
"react-native-gesture-handler": "~3.0.2",
"react-native-reanimated": "~4.4.1",
"react-native-safe-area-context": "~5.8.0",
"react-native-screens": "~4.25.2",
"tailwindcss": "~3.4.19"
},
"devDependencies": {
"@babel/core": "^7.25.0",
"@expo/metro-config": "~56.0.14",
"@types/react": "~19.2.0",
"typescript": "~5.8.0"
}
}