Open
Description
Unless I'm doing something wrong, the no-raw-text rule doesn't seem to work when using styled-components. This makes it largely useless I think? Would be nice to be able to use this rule but not sure how to do so when using styled-components.
import styled from 'styled-components/native';
let view = () => (
<MyText>This doesn't work</MyText>
);
const MyText = styled(Text)`
font-size: 16;
`;
Metadata
Metadata
Assignees
Labels
No labels