Closed lxndr closed 5 years ago
A screen with check boxes. Navigated (opened) from screen header component and passes selected categories back to it. Hence must have params (if categories are all we have on this screen):
{ categories: Array<Types.Category['id']>, onSubmit: (selectedCategories: Array<Types.Category['id']>) => void, }
A screen with check boxes. Navigated (opened) from screen header component and passes selected categories back to it. Hence must have params (if categories are all we have on this screen):