Expo 34 Vector Icons not working

We are experiencing the same issue.
@expo/vector-icons does not work on Android in standalone app. It shows X box instead of an icon for FontAwesome.
It works fine in a simulator, but not when it is an apk file or published to google play store.

@expo/vector-icons”: “^10.0.5”,
“expo”: “^34.0.4”,
“expo-font”: “~6.0.1”,
“react”: “16.8.3”,
“react-native”: “https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz”,

Did anyone come across this issue? Is it related?

We have already tried to delete node_modules and yarn.lock files and rebuild everything and run expo start -c