import React from "react"; import { Center, } from "native-base"; export default function Invitados({navigation}) { return (
); }