import React from 'react'; import {View, Text, Image} from 'react-native'; import tw from 'tailwind-react-native-classnames'; import pdfIcon from '../../../assets/icons/pdf.png'; export default function PDF({name, file}) { return ( {name} ); }