After incorporating 'resize-mode' into my styled.Image component in a ReactNative and typescript project, Visual Studio Code displays an error message stating 'Unknown property: 'resize-mode'ts-styled-plugin(9999)'.
const TopImage = styled.Image`
resize-mode:'stretch';
width: 100%;
height: 100%;
`