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

Show Product reviews on Product Detail Page #4

Open sanjeevyadavIT opened 5 years ago

sanjeevyadavIT commented 5 years ago

Is your feature request related to a problem? Please describe. Show product reviews on ProductScreen, including average rating, user reviews etc.

Describe the solution you'd like Fetch product reviews for a particular product and display it in ProductScreen. If reviews are greater than 3, show maximum of 3 reviews on ProductScreen and show a button to "see all" which will take to new page, where all reviews will be shown.

Additional context