import React from "react";
import {
Center,
} from "native-base";
export default function AgregarInvitados({navigation}) {
return (
<Center w="100%">
</Center>
);
}