I am having the same issue with this package.json:
{
"name": "wanderbuddies",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "2.1.2",
"@react-native-community/datetimepicker": "8.4.1",
"@react-native-picker/picker": "^2.11.1",
"@react-navigation/bottom-tabs": "^7.4.4",
"@react-navigation/native": "^7.1.16",
"@react-navigation/stack": "^7.4.4",
"@types/react-native-vector-icons": "^6.4.18",
"axios": "^1.11.0",
"expo": "~53.0.20",
"expo-av": "~15.1.7",
"expo-clipboard": "~7.1.5",
"expo-document-picker": "~13.1.6",
"expo-file-system": "~18.1.11",
"expo-image": "~2.4.0",
"expo-image-picker": "~16.1.4",
"expo-intent-launcher": "~12.1.5",
"expo-sharing": "~13.1.5",
"expo-status-bar": "~2.2.3",
"expo-web-browser": "~14.2.0",
"react": "19.0.0",
"react-native": "0.79.5",
"react-native-date-picker": "^5.0.13",
"react-native-gesture-handler": "^2.27.2",
"react-native-image-picker": "^8.2.1",
"react-native-paper": "^5.14.5",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.11.1",
"react-native-vector-icons": "^10.3.0",
"react-native-webview": "13.13.5"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/react": "~19.0.10",
"typescript": "~5.8.3"
},
"private": true
}
Has someone solved it yet?