React Native WooCommerce app with Typescript
Based on the tutorial on my Medium post.
This project is made with the following dependencies:
- React Native
- Typescript
- Redux
- React Navigation
- Axios
- React Native Elements
- CryptoJS
- OAuth-1.0a
- RN Nodeify
- React Native Snap Carousel
- React Native Image Zoom Viewer
- React Native Render HTML
- Formik
yarn to install all the dependencies
Edit WC_BASE_URL, WC_CONSUMER_KEY, and WC_SECRET_KEY on app/Services/WooCommerce.ts to your WooCommerce store configurations
yarn ios to run on iOS
yarn android to run on Android