EXPO SDK39 crash on Huawei devices

When trying to run a clean build of expo-cli SDK39, Huawei devices crash.

Information about test device: name: Huawei P40 lite E model: ART-L29 Android version: 10

package.json file information:

{ "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web", "eject": "expo eject" }, "dependencies": { "expo": "~39.0.2", "expo-status-bar": "~1.0.2", "react": "16.13.1", "react-dom": "16.13.1", "react-native": "https://github.com/expo/react-native/archive/sdk-39.0.4.tar.gz", "react-native-web": "~0.13.12" }, "devDependencies": { "@babel/core": "~7.9.0" }, "private": true }

tried to do “Existing Expo managed workflow apps” expo eject and then build project. Problem still exists.

Log file: logcat.1.txt - Google Drive

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