import { StyleSheet, Text, View } from 'react-native' import React from 'react' import { IconButton } from 'react-native-paper' import colors from '../../../theme/colors' import fonts from '../../../theme/fonts' const ShareButton = ({size, onPress}) => { return ( ) } export default ShareButton // const styles = StyleSheet.create({})