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 BookmarkButton = ({ size, onPress}) => { return ( ) } export default BookmarkButton // const styles = StyleSheet.create({})