Initial Expo MVP
This commit is contained in:
5
src/types/navigation.ts
Normal file
5
src/types/navigation.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export type RootStackParamList = {
|
||||
Home: undefined;
|
||||
Level: undefined;
|
||||
Settings: undefined;
|
||||
};
|
||||
Reference in New Issue
Block a user