Tag

import React from 'react';
import { View } from 'react-native';
import { Tag } from 'monalisa-ui';
const Example = () => (
<View>
<Tag text="Base tag" />
</View>
);
export default Example;Configuration
Example
Last updated