magento_react_native_graphql
eCommerce
TypeScript
React Native eCommerce App for Magento GraphQL api
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:
-
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
-
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
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
- magento_react_native – (REST api)Complete eCommerce app written in React Native for magento 2 using best practices
- magento-react-native-community – Original project on which this project is based
ā„ļø Donate
If this project help you, or to help acclerate development, you can give me a cup of coffee š :
š” License
This project is licensed under the GNU v3 Public License License ā see the LICENSE.md file for details.