up 1st all file app naga

This commit is contained in:
2021-04-07 11:31:09 +07:00
parent edc91f9845
commit a332f7171b
63 changed files with 5012 additions and 118 deletions

View File

@@ -5,13 +5,13 @@ export type RootStackParamList = {
export type BottomTabParamList = {
TabOne: undefined;
TabTwo: undefined;
TabTwo: undefined;
};
export type TabOneParamList = {
TabOneScreen: undefined;
HomePage: undefined;
};
export type TabTwoParamList = {
TabTwoScreen: undefined;
ProductList: undefined;
};