The Case for <Row> (and <Col>)
React Native’s base set of components are amazing! <View> enforcing flexbox and defaulting to {flexDirection: 'column', position: 'relative'}? So smart.
It is such a successful set of components and constraints that web developers (like me) are…