How to pass all props to styled component in React Native with TypeScript?

后端 未结 0 2016
有刺的猬
有刺的猬 2021-01-27 00:09

I have a styled component:

const Wrapper = styled.View`
  align-items: center;
  flex-direction: row;
`;

I have a component which is using this s

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