From 0233e0c0b413857765edb23c2b0a986245ac5f5c Mon Sep 17 00:00:00 2001 From: Maria Sanchez Date: Thu, 18 Aug 2022 22:30:47 -0600 Subject: [PATCH] componentes de invitados --- mobile-ui/components/AgregarInvitados.js | 22 ++++++++++++++++++++++ mobile-ui/components/Invitados.js | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 mobile-ui/components/AgregarInvitados.js create mode 100644 mobile-ui/components/Invitados.js diff --git a/mobile-ui/components/AgregarInvitados.js b/mobile-ui/components/AgregarInvitados.js new file mode 100644 index 00000000..deca694b --- /dev/null +++ b/mobile-ui/components/AgregarInvitados.js @@ -0,0 +1,22 @@ +import React from "react"; + +import { + + Center, + +} from "native-base"; + + +export default function AgregarInvitados({navigation}) { + return ( + + +
+ + +
+ ); + + + +} \ No newline at end of file diff --git a/mobile-ui/components/Invitados.js b/mobile-ui/components/Invitados.js new file mode 100644 index 00000000..e8834337 --- /dev/null +++ b/mobile-ui/components/Invitados.js @@ -0,0 +1,22 @@ +import React from "react"; + +import { + + Center, + +} from "native-base"; + + +export default function Invitados({navigation}) { + return ( + + +
+ + +
+ ); + + + +} \ No newline at end of file