Back to Styled Components

Missing Native Import

sections/faqs/missing-native-import.mdx

latest292 B
Original Source

Missing Declarations for styled-components/native?

If you're getting the error message:

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

In a React Native project using TypeScript, it is because you need to add @types/styled-components-react-native.