import React from "react"; import { View, Text, StyleSheet, TouchableOpacity} from "react-native"; const Lista = () => { return ( Listado de denuncias ) } export default Lista