kuzn-ilya / ryazan

Ryazan mobile application
MIT License
3 stars 3 forks source link

Implement category filter screen #31

Closed lxndr closed 5 years ago

lxndr commented 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,
}