Row
Show children horizontally.
Import
import { Row } from "@dhua5922/react-native-kit";
Examples
Live Editor
function Example() { return ( <Row> <Div type="danger"> <Text>View 1</Text> </Div> <Div type="success"> <Text>View 2</Text> </Div> </Row> ); }
Result
Loading...
Props
note
Include all props from Div