![article thumbnail image](https://blog.kakaocdn.net/dn/kZPVS/btq8H390FFu/KkHEM8Uz6bfWkk4ssGAock/img.png)
반응형
에러
npm i 해서 모듈 추가할 때
해결방법
--save --legacy-peer-deps
예시
npm i react-native-splash-screen --save --legacy-peer-deps
참조
https://iancoding.tistory.com/154
반응형
npm i 해서 모듈 추가할 때
--save --legacy-peer-deps
예시
npm i react-native-splash-screen --save --legacy-peer-deps
https://iancoding.tistory.com/154