SocialIcon

import React from 'react';
import { View } from 'react-native';
import { SocialIcon } from 'monalisa-ui';
const Example = () => (
<View>
<SocialIcon
type="facebook"
/>
<SocialIcon
type="twitter"
/>
<SocialIcon
type="instagram"
/>
<SocialIcon
type="youtube"
/>
</View>
);
export default Example;Configuration
Example
Last updated