In earlier days before React Native v0.69, react link was used to link assets in the application. As react link is now deprecated, the suggested way to integrated assets is to edit android/app/build.gradle ( NOT android/build.gradle ) and add the following:

apply from: “../../node_modules/react-native-vector-icons/fonts.gradle”

For more information, read https://www.npmjs.com/package/react-native-vector-icons