The fonts are in my asset folder, they are also inside xcode copy bundle resources, and also inside resource folder. I already also ran react-native link, but it still doesn
Please update below with your code:
"rnpm": { "assets": [ "./src/assets/fonts/" ] }
You missed "/" that's why your compiler didn't find the font file.
Let me know if you still got any issues.