when I add 'resize-mode' in styled.Image under ReactNative and typescript, then vscode show me 'Unknown property: 'resize-mode'ts-styled-plugin(9999)'.
const TopImage = styled.Image`resize-mode:'stretch';width: 100%;height: 100%;`
when I add 'resize-mode' in styled.Image under ReactNative and typescript, then vscode show me 'Unknown property: 'resize-mode'ts-styled-plugin(9999)'.
const TopImage = styled.Image`resize-mode:'stretch';width: 100%;height: 100%;`