Chinese icons error in android build

Hello I’m having problems with the expo build.

Package.json:

{
“main”: “node_modules/expo/AppEntry.js”,
“scripts”: {
“start”: “expo start”,
“android”: “expo start --android”,
“ios”: “expo start --ios”,
“eject”: “expo eject”,
“test”: “node ./node_modules/jest/bin/jest.js --watchAll”
},
“jest”: {
“preset”: “jest-expo”
},
“dependencies”: {
@expo/samples”: “2.1.1”,
@expo/vector-icons”: “^10.0.5”,
@expo/videoplayer”: “^0.4.0”,
“axios”: “^0.18.0”,
“base-64”: “^0.1.0”,
“expo”: “^34.0.1”,
“expo-av”: “^6.0.0”,
“expo-barcode-scanner”: “^6.0.0”,
“firebase”: “^6.2.4”,
“moment”: “^2.24.0”,
“native-base”: “^2.12.1”,
“react”: “16.8.3”,
“react-content-loader”: “^4.2.1”,
“react-native”: “https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz”,
“react-native-auto-scrolling”: “^1.1.0”,
“react-native-elements”: “^1.1.0”,
“react-native-gesture-handler”: “^1.4.1”,
“react-native-maps”: “^0.25.0”,
“react-native-modal”: “^7.0.2”,
“react-native-paper”: “^2.16.0”,
“react-native-really-awesome-button”: “^1.4.2”,
“react-native-root-toast”: “^3.0.2”,
“react-native-simple-radio-button”: “^2.7.3”,
“react-native-slider”: “^0.11.0”,
“react-native-stars”: “^1.1.5”,
“react-native-swiper”: “^1.5.14”,
“react-native-track-player”: “^1.1.4”,
“react-native-vector-icons”: “^6.6.0”,
“react-native-video”: “^4.3.1”,
“react-native-video-player”: “^0.10.0”,
“react-navigation”: “^3.0.9”,
“rn-placeholder”: “^1.3.3”
} ,
“devDependencies”: {
“babel-preset-expo”: “^5.0.0”,
“jest-expo”: “^33.0.0”
},
“private”: true
}

I have seen in the expo community that this problem is becoming more and more recurrent. I am not finding a solution for the same. Can you help me.

One thing I noticed too, is that the application works depending on the phone, but most (mainly sansung, motorola and Xiaomi) do not work. On the iphone it works without any problems.

Build:

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