React Native/Error 모음

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. 해결 과정클론 코딩을 하는 과정에서 해당 에러를 마주했지만 너무 바쁘게 달리고 있던 한 주였기 때문에언제 누가 어떤 코드를 작성한 이후에 생긴 에러인지 찾기가 어려웠다.에..

React Native/Error 모음

[React-Native] #Error #createStackNavigator

원인createStackNavigator 를 import 할 때 중괄호를 제거했더니 발생한 에러해결방법// 에러 코드import createStackNavigator from '@react-navigation/stack';// 수정 코드import { createStackNavigator } from '@react-navigation/stack';

Dellah
'React Native/Error 모음' 카테고리의 글 목록