반응형
문제 :
현재 react-native 6.3 이상 버전과
styled-components 5.3.0 이상 버전의 충돌로 인한 현상
특히 나는 typescript를 같이 사용해서
@types/styled-components에서 에러가 더많이 발생한다...
해결방법 :
1. react-native 나 styled-components를 다운그레이 한다.
나는 styled-components만 5.1.0으로 사용 했다
2. npm install 아닌 yarn add 사용해서 설치한다.
물론 1, 2를 절차를 하기 전에 모듈과 의존성을 다삭제한 후에 설치해야 한다.(package.json, package.lock 등등)
728x90
'모바일 APP > React-Native' 카테고리의 다른 글
채널톡 라이브러리 설치 방법 (0) | 2021.06.01 |
---|---|
code": -1022, "description": "The resource could not be loaded because the App Transport Security policy requires the use of a secure connection." (0) | 2021.05.27 |
SVG 파일 사용하기 (0) | 2021.05.17 |
Error: Cask adoptopenjdk8 exists in multiple taps (2) | 2021.05.16 |
react-native-screens could not be found within the project or in these directories (0) | 2021.05.14 |