i got this error when updating from SDK 49 to SDK 51.
This error occurs on Android.
thanks for help.
“dependencies”: {
“@expo/config”: “8.1.1”,
“@expo/metro-config”: “0.10.0”,
“@gorhom/portal”: “^1.0.14”,
“@react-native-community/netinfo”: “11.3.1”,
“@react-native-community/slider”: “4.5.2”,
“@react-navigation/bottom-tabs”: “^6.5.16”,
“@react-navigation/drawer”: “^6.x”,
“@react-navigation/native”: “^6.x”,
“@react-navigation/stack”: “^6.3.25”,
“@sanar/react-native-highlight-text”: “^1.0.2”,
“color”: “^3.0.0”,
“deprecated-react-native-prop-types”: “^5.0.0”,
“expo”: “^51.0.0”,
“expo-app-loading”: “~2.1.0”,
“expo-asset”: “~10.0.6”,
“expo-constants”: “~16.0.1”,
“expo-dev-client”: “~4.0.11”,
“expo-file-system”: “~17.0.1”,
“expo-font”: “~12.0.4”,
“expo-notifications”: “~0.28.1”,
“expo-permissions”: “~14.2.1”,
“expo-screen-orientation”: “~7.0.3”,
“expo-sqlite”: “~14.0.3”,
“expo-status-bar”: “~1.12.1”,
“expo-updates”: “~0.25.9”,
“moment”: “^2.19.2”,
“prop-types”: “^15.6.0”,
“query-string”: “^8.1.0”,
“react”: “18.2.0”,
“react-native”: “0.74.1”,
“react-native-cancelable-fetch”: “^0.1.1”,
“react-native-dropdown-picker”: “^5.4.6”,
“react-native-gesture-handler”: “~2.16.1”,
“react-native-htmlview”: “^0.13.0”,
“react-native-modalbox”: “^2.0.2”,
“react-native-pager-view”: “6.3.0”,
“react-native-pages”: “^0.9.0”,
“react-native-progress-bar-animated”: “^1.0.6”,
“react-native-reanimated”: “3.11.0”,
“react-native-render-html”: “^6.3.4”,
“react-native-safe-area-context”: “4.10.1”,
“react-native-screens”: “3.31.1”,
“react-native-searchable-dropdown”: “^1.1.1”,
“react-native-slider”: “^0.11.0”,
“react-native-svg”: “15.2.0-rc.0”,
“react-native-tab-view”: “^3.5.2”,
“react-native-webview”: “13.8.6”,
“react-redux”: “^7.1.3”,
“react-router-dom”: “^4.2.2”,
“redux”: “^4.0.0”,
“redux-actions”: “^2.3.0”,
“redux-persist”: “^5.9.1”,
“redux-persist-sqlite-storage”: “^1.0.2”,
“redux-thunk”: “^2.2.0”
}
Tried deleting node_modules and reinstalling but it didn’t solve the problem
john is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.