dimaportenko / magento-react-native

React Native mobile app for Magento 2.x
MIT License
297 stars 158 forks source link

Wishlist #134

Closed akhilunitybees closed 4 years ago

akhilunitybees commented 4 years ago

Please add Wish List and user review

dimaportenko commented 4 years ago

@akhilunitybees I've just added reviews functionality to the product screen. To use it you have to install https://github.com/troublediehard/mma-customapi on your magento backend and set

export const magentoOptions = {
  // ...
  reviewEnabled: true, // ONLY if you install https://github.com/troublediehard/mma-customapi
};

in src/config/magento.js

dimaportenko commented 4 years ago

Regarding the wishlist, I don't have any plans to add it in near future.