af8ec98bb4
Release APK / build (push) Has been cancelled
react-native@0.85.3 bundles react-native-renderer@19.2.3. Having react@19.2.7 in package.json caused a version mismatch error at runtime ("Incompatible React versions") that killed the process before any JS could render, appearing as a native crash. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
37 lines
981 B
JSON
37 lines
981 B
JSON
{
|
|
"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.3",
|
|
"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"
|
|
}
|
|
}
|