Skip to content

Commit 35cf827

Browse files
authored
feat(companion): Event types screen update (#25847)
1 parent e9c3d7e commit 35cf827

File tree

11 files changed

+496
-202
lines changed

11 files changed

+496
-202
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import { Stack } from "expo-router";
2+
3+
export default function EventTypesLayout() {
4+
return (
5+
<Stack>
6+
<Stack.Screen name="event-types" options={{}} />
7+
</Stack>
8+
);
9+
}

0 commit comments

Comments
 (0)