
React Native/Error 모음
[React-Native] #Error #FontFamily 'Helvetica' is not a system font ...'
에러 내용fontFamily "Helvetica" is not a system font and has not been loaded through Font.loadAsync. - If you intended to use a system font, make sure you typed the name correctly and that it is supported by your device operating system. - If this is a custom font, be sure to load it with Font.loadAsync. 해결 과정클론 코딩을 하는 과정에서 해당 에러를 마주했지만 너무 바쁘게 달리고 있던 한 주였기 때문에언제 누가 어떤 코드를 작성한 이후에 생긴 에러인지 찾기가 어려웠다.에..