Skip to content

Latest commit

Β 

History

History
82 lines (55 loc) Β· 3.46 KB

File metadata and controls

82 lines (55 loc) Β· 3.46 KB

React Native eCommerce App for Magento GraphQL api

React Native version React Navigation version contributions welcome Last commit License

E-Commerce App written in React Native which consumes Magento 2 GraphQL api to display catalog, products, add products to cart

πŸ“· Screenshots

(Dark mode)

πŸš€ Getting Started:

  1. Clone the repository, by tying this command in terminal

    git clone https://github.com/sanjeevyadavit/magento_react_native_graphql.git && cd magento_react_native_graphql
    
  2. Install the dependencies

    yarn install

For Android

Run the following command while the emulator is open or a device is connected via adb.

yarn android

For iOS

Run the following commands to install pods and run the app on iPhone simulator

cd ios && pod install && cd ..
yarn ios

πŸ™‹β€ Contribute PRs Welcome

If you find a bug, or if you have an idea for this app, please file an issue here. We really appreciate feedback and inputs!

More information on contributing, head over to our contribution guidelines.

πŸ—ƒοΈ Similar project

πŸ›‘ License

This project is licensed under the GNU v3 Public License License - see the LICENSE.md file for details.