I have a styled component:
const Wrapper = styled.View` align-items: center; flex-direction: row; `;
I have a component which is using this s