본문 바로가기
Dev Error

[React Native Error] react-native-picker-select의 Invalid hook call. 애러

by 개발이 체질인 나그네 2023. 4. 29.
반응형

위 사진처럼 <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

 

반응형

댓글