textDecoration: line-through not working in React Native styled component

后端 未结 0 1338
南方客
南方客 2021-01-05 12:50

I created a styled component

const StrikeThrough = styled(StandardText)`
    textDecoration: line-through;
`;

and called it with children, si

相关标签:
回答
  • 消灭零回复
提交回复
热议问题