sanjeevyadavIT / magento_react_native

🛒 MageCart: E-commerce app for Magento 2.x written in React Native
GNU General Public License v3.0
282 stars 124 forks source link

Search Screen don't show prices and click doesn't work #17

Open sanjeevyadavIT opened 5 years ago

sanjeevyadavIT commented 5 years ago

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

  1. [x] Fetch price of individual item in search screen
  2. [x] OnPress not working when click on product
  3. [x] Convert SearchScreen from class level component into functional component
  4. [ ] Reuse sort and filter component that are used in CategoryListScreen
  5. [x] Use container - presentation architecture

Additional context First complete issue #16 then complete this one.