"{{ category.split('/')[category.split('/').length-1] }}"의 다른 글 더보기 | |||
---|---|---|---|
#{{ i+1 }} | {{ item.title }} 이전글 다음글 |
{{ item.date }} |
{{ item.count }} |
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
다음과같이 입력하면 해결됩니다.
'오류 해결' 카테고리의 다른 글
"{{ category.split('/')[category.split('/').length-1] }}"의 다른 글 더보기 | |||
---|---|---|---|
#{{ i+1 }} | {{ item.title }} 이전글 다음글 |
{{ item.date }} |
{{ item.count }} |
관련 글
오류 해결 와 관련된 글입니다!


[Javascript] Chrome Audio Loop delay resolve

[Pytorch] colab memory CUDA out of memory. Tried to allocate 24.00 MiB (GPU 0; 7.43 GiB total capacity; ......


[React Native] react-native set-icon 아이콘 바꾸기

[React Native] ios 빌드안되는 문제 (Pod Install)