componentes de invitados
This commit is contained in:
parent
169585b32e
commit
0233e0c0b4
|
@ -0,0 +1,22 @@
|
|||
import React from "react";
|
||||
|
||||
import {
|
||||
|
||||
Center,
|
||||
|
||||
} from "native-base";
|
||||
|
||||
|
||||
export default function AgregarInvitados({navigation}) {
|
||||
return (
|
||||
|
||||
|
||||
<Center w="100%">
|
||||
|
||||
|
||||
</Center>
|
||||
);
|
||||
|
||||
|
||||
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
import React from "react";
|
||||
|
||||
import {
|
||||
|
||||
Center,
|
||||
|
||||
} from "native-base";
|
||||
|
||||
|
||||
export default function Invitados({navigation}) {
|
||||
return (
|
||||
|
||||
|
||||
<Center w="100%">
|
||||
|
||||
|
||||
</Center>
|
||||
);
|
||||
|
||||
|
||||
|
||||
}
|
Loading…
Reference in New Issue