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