Is your feature request related to a problem? Please describe.
Convert SearchScreen into functional component.
Extract component into smaller components and reuse sort and filter component that are present in CategoryListScreen
Describe the solution you'd like
[x] Fetch price of individual item in search screen
[x] OnPress not working when click on product
[x] Convert SearchScreen from class level component into functional component
[ ] Reuse sort and filter component that are used in CategoryListScreen
[x] Use container - presentation architecture
Additional contextFirst complete issue #16 then complete this one.
Is your feature request related to a problem? Please describe. Convert
SearchScreen
into functional component. Extract component into smaller components and reuse sort and filter component that are present inCategoryListScreen
Describe the solution you'd like
OnPress
not working when click on productSearchScreen
from class level component into functional componentCategoryListScreen
Additional context
First complete issue #16 then complete this one.