npm @types/styled-components-react-native -D need using parenthese styled() instead of styled. to avoid error
Property 'space' does not exist on type 'DefaultTheme'
typescript sometimes need usingconst Component = styled(View).attrs()``;
Needed
interface
for props suggestions cool :) When using a third lib sometimes we got errorimplicitly has an 'any' type.
. so we needdeclare module third-lib-name
into .d.ts file ! More about details typeRoots