Created a new Expo app
This commit is contained in:
17
types.tsx
Normal file
17
types.tsx
Normal file
@@ -0,0 +1,17 @@
|
||||
export type RootStackParamList = {
|
||||
Root: undefined;
|
||||
NotFound: undefined;
|
||||
};
|
||||
|
||||
export type BottomTabParamList = {
|
||||
TabOne: undefined;
|
||||
TabTwo: undefined;
|
||||
};
|
||||
|
||||
export type TabOneParamList = {
|
||||
TabOneScreen: undefined;
|
||||
};
|
||||
|
||||
export type TabTwoParamList = {
|
||||
TabTwoScreen: undefined;
|
||||
};
|
||||
Reference in New Issue
Block a user