Error when using `expo start` command after upgrading packages(36 ->38)

Expo CLI 3.23.3 environment info:
System:
OS: Windows 10 10.0.18362
Binaries:
Node: 12.16.2 - C:\Program Files\nodejs\node.EXE
Yarn: 1.22.0 - C:\Program Files (x86)\Yarn\bin\yarn.CMD
npm: 6.14.7 - C:\Program Files\nodejs\npm.CMD
IDEs:
Android Studio: Version 4.0.0.0 AI-193.6911.18.40.6514223
npmPackages:
expo: ^38.0.0 => 38.0.9
react: 16.11.0 => 16.11.0
react-dom: 16.11.0 => 16.11.0
react-native: https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz => 0.62.2
react-navigation: 4.1.1 => 4.1.1

Before updating the sdk version, the app worked normally. However, the error occurred as soon as we updated the sdk version to 38. I googled it, but it doesn’t come out at all. How do we handle this? There is no problem with js code. Please solve the problem. Thank you.

package.json
{
“main”: “./index.js”,
“version”: “2.1.2”,
“private”: true,
“scripts”: {
“start”: “expo start”,
“android”: “expo start --android”,
“ios”: “expo start --ios”,
“eject”: “expo eject”,
“release”: “release-it”
},
“dependencies”: {
“@ babel/plugin-transform-regenerator”: “7.4.4”,
“@ expo/samples”: “^3.0.3”,
“@ expo/vector-icons”: “^10.0.0”,
@react-native-community/art”: “^1.0.3”,
@react-native-community/async-storage”: “~1.11.0”,
@react-native-community/masked-view”: “0.1.10”,
@react-native-community/netinfo”: “5.9.2”,
@react-native-community/viewpager”: “3.3.0”,
“axios”: “^0.18.0”,
“expo”: “^38.0.0”,
“expo-ads-admob”: “~8.2.1”,
“expo-apple-authentication”: “~2.2.1”,
“expo-asset”: “~8.1.7”,
“expo-av”: “~8.2.1”,
“expo-blur”: “~8.1.2”,
“expo-constants”: “~9.1.1”,
“expo-facebook”: “~8.2.1”,
“expo-file-system”: “~9.0.1”,
“expo-font”: “~8.2.1”,
“expo-image-manipulator”: “~8.2.1”,
“expo-image-picker”: “~8.3.0”,
“expo-intent-launcher”: “~8.2.1”,
“expo-location”: “~8.2.1”,
“expo-media-library”: “~8.2.1”,
“expo-permissions”: “~9.0.1”,
“expo-status-bar”: “^1.0.0”,
“expo-web-browser”: “~8.3.1”,
“firebase”: “7.9.0”,
“he”: “^1.1.1”,
“lodash”: “^4.17.10”,
“moment”: “^2.24.0”,
“moment-timezone”: “^0.5.28”,
“prop-types”: “^15.7.2”,
“react”: “16.11.0”,
“react-dom”: “16.11.0”,
“react-native”: “https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz”,
“react-native-auto-height-image”: “^1.1.1”,
“react-native-datepicker”: “^1.7.2”,
“react-native-expo-image-cache”: “^4.0.8”,
“react-native-gesture-handler”: “~1.6.0”,
“react-native-google-places-autocomplete”: “^1.4.2”,
“react-native-image-progress”: “^1.1.1”,
“react-native-image-view”: “^2.0.5”,
“react-native-keyboard-accessory”: “0.0.12”,
“react-native-lightbox”: “^0.7.0”,
“react-native-link-preview”: “^1.3.7”,
“react-native-maps”: “0.27.1”,
“react-native-modal”: “^11.5.4”,
“react-native-modalize”: “^1.1.1”,
“react-native-progress”: “^3.5.0”,
“react-native-reanimated”: “~1.9.0”,
“react-native-render-html”: “^4.1.2”,
“react-native-render-html-table-bridge”: “^0.6.1”,
“react-native-screens”: “~2.9.0”,
“react-native-snap-carousel”: “^3.7.5”,
“react-native-svg”: “12.1.0”,
“react-native-swipeout”: “^2.3.3”,
“react-native-swiper”: “^1.6.0-nightly.5”,
“react-native-tab-view”: “^2.14.4”,
“react-native-webview”: “9.4.0”,
“react-navigation”: “4.1.1”,
“react-navigation-drawer”: “^2.3.3”,
“react-navigation-slide-from-right-transition”: “^1.0.4”,
“react-navigation-stack”: “1.10.3”,
“react-navigation-tabs”: “^2.6.0”,
“react-redux”: “^7.2.0”,
“redux”: “^4.0.4”,
“redux-logger”: “^3.0.6”,
“redux-persist”: “^6.0.0”,
“redux-thunk”: “^2.3.0”
},
“devDependencies”: {
“babel-preset-expo”: “^8.2.3”,
“jest-expo”: “^38.0.0”,
“release-it”: “^12.2.2”,
“whatwg-fetch”: “^2.0.4”
}
}

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.