본문 바로가기

5. Troubleshooting

[React Native] Could not find a declaration file for module 'styled-components/native'.

2021-02-28 기준으로 작성된 포스트 입니다.

styled-components 와 @types/styled-components 를 사용할때 생기는

Could not find a declaration file for module 'styled-components/native'.

코드는 문제없이 돌아가나 자동완성이 생성되지 않고 위와같은 문구가 에디터에 뜰때

npm add @types/styled-components-react-native -D

다음과같이 입력하면 해결됩니다.