반응형

위 사진처럼 <PickerAndroid />에서 애러가 났는데, 위치를 보니 react-native-picker-select를 사용한 부분에서 애러가 났다.
npm i react-native-picker-select --legacy-peer-deps
발생한 문제는 이미 확인되어 레거시 버젼으로 npm을 설치하면 해결이 된다.
Invalid hook call on RNPickerSelect
I am building my first react-native app for both android and IOS. In order for my app to function, I need to use RNPickerSelect. But for some reason when I try to do <RNPickerSelect
stackoverflow.com
반응형
댓글