Custom font icon not working Expo 34 after build

I created new project using expo init and moved whole files of old project
@expo/vector-icons”: “^10.0.3”,
“expo”: “^34.0.3”,
“expo-asset”: “^6.0.0”,
“expo-constants”: “6.0.0”,
“expo-font”: “^6.0.1”,
“expo-permissions”: “^6.0.0”,
“react”: “16.8.3”,
“react-native”: “https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz”,

Now custom fonts started working but apk size has been increased from 14 MB to 25 MB
I didn’t added any new package in new build. I made build using expo build:android -t app-bundle
bb file size was 47.2 MB after publish app on play store became 25 MB. before this bb file was 30 MB and publish app size was 14 MB

I have raised new issue. Please follow below link. I think unused fonts sizes increasing the size of app