Skip to content

bank-io/magento_react_native_graphql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

♥️ Donate

If this project help you, or to help acclerate development, you can give me a cup of coffee 😄 :

Buy Me A Coffee

🛡 License

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

About

E-Commerce app written in React Native for Magento 2 using GraphQL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 89.3%
  • Java 4.5%
  • Objective-C 3.1%
  • JavaScript 2.1%
  • Other 1.0%