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
Find the API which will help fetch product review.
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 onProductScreen
and show a button to "see all" which will take to new page, where all reviews will be shown.Additional context