I am using google font for my project (https://fonts.google.com/specimen/Noto+Sans+KR).
I have followed following documentation for linking fonts. https://medium.com/@danielskripnik/how-to-add-and-remove-custom-fonts-in-react-native-b2830084b0e4
style for component is :
{fontFamily:'NotoSansKR-Regular'}
It's working in IOS but not working in android. Previous RN versions are working fine.