Some time adding this will work
on react-native.config.js file
module.exports = {
project: {
ios: {},
android: {
packageName: 'com.yourproject',
},
},
assets: ['./src/components/assets/fonts/'],
};
Also delete autlinking.json and clean building android also worked for me
Top comments (0)