I've been told that using CSS/SCSS to define styles in React Native is a better practice than just using the native StyleSheet from 'react-native'.
I've been looking around a lot and can't find a single reason to agree on that, rather than the fact that if you already have css styles, it's easier to import them into React Native, than "converting" them.
But I don't see any reason to start a brand new React Native application with CSS/SCSS.
Am I missing something? Is it a matter of taste? Is it even possible to use only CSS/SCSS on React Native?