eslint-plugin-react-native
eslint-plugin-react-native copied to clipboard
Composing stylesheets counts as failure
By using the following syntax const style = {...commonStyle, ...specificStyle}. I can combine two stylesheets into one.
However, even though the styles are used through the style object, the styles from the specificStyle sheet count as unused.
@thijssteel thanks for reporting! I guess this is a good improvement to add