Segment

import React from 'react';
import { View } from 'react-native';
import { Segment } from 'monalisa-ui';
const Example = () => (
<View>
<Segment>
<Text>One</Text>
<Text>Two</Text>
<Text>Three</Text>
</Segment>
</View>
);
export default Example;Configuration
Example
Last updated