고양이발일기
React Native 에러 - Could not find a declaration file for module 'styled-components/native'. 본문
개발 일기
React Native 에러 - Could not find a declaration file for module 'styled-components/native'.
sowish 2022. 3. 15. 21:12반응형
프로젝트를 하면서 React Native에 styled-component를 사용하면 에디터에 " Could not find a declaration file for module 'styled-components/native'." 라는 에러가 뜰 때가 있다.
타입스크립트를 함께 쓰면서 생기는 문제이니
npm add @types/styled-components-react-native -D
명령어를 입력해주면 해결된다.

반응형
'개발 일기' 카테고리의 다른 글
React.js 의 상태관리 라이브러리 Redux 장점 (0) | 2022.08.02 |
---|---|
SharePoint 에 script editor 추가하기 : sp-dev-fx-webparts (0) | 2022.08.02 |
react-native 시작하기 - Mac OS (0) | 2022.03.09 |
AWS ElasticBeanstalk mysqlclient 에러 해결 (0) | 2022.01.30 |
AWS OpenSearch Service 시작하기 - 설정 (1) | 2022.01.12 |
Comments