내 앱에 커스텀 폰트를 추가 했는데 아래 에러가 떳다.
fontFamliy is not a system and has not been loaded
앱 로딩시 폰트를 불러와서 해결했다.
await Font.loadAsync({ "K-Gothic": require("./ios/Fonts/K-Gothic.ttf"), });