Col

import React from 'react';
import { Text } from 'react-native';
import { Col } from 'monalisa-ui';
const Example = () => (
<Col>
<Text>Value 1</Text>
<Text>Value 2</Text>
<Text>Value 3</Text>
</Col>
);
export default Example;Configuration
Example
Last updated