import {SafeAreaProvider, SafeAreaView} from 'react-native-safe-area-context';
임포트가 어디서 되어있는지 확인해보자
-> import {SafeAreaView} from 'react-native'이 아닌지 확인
react-native-safe-area-context safeAreaView를 사용하는 경우에는
safeAreaProvider를 safeAreaview에 감싸주었는지 확인하자.
react native ImagePicker 코드 예제 (0) | 2023.01.19 |
---|---|
react native textinput에 height를 주었을때 글자 잘림 현상 (0) | 2023.01.19 |
react native ts config (0) | 2023.01.19 |
react-native styled components (feat: typescript) 설치 방법 (0) | 2023.01.19 |
error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. (0) | 2023.01.19 |
댓글 영역