export type RootStackParamList = { Home: undefined Category: undefined Register: undefined CreatePassword: undefined ConfirmRegistration: undefined Login: undefined ProductDetails: undefined } declare global { namespace ReactNavigation { interface RootParamList extends RootStackParamList {} } }