Note: This documentation is for version 1. For the latest features, please see the version 2 documentation. If you have yet to upgrade, see the upgrade guide.

App config

Unzip file rn_oreo.zip inside the app folder.

Config api

Source code app.

Open file api.js in rn_oreo/config and change your domain name, the customer key and customer secret get from Woocommerce -> Settings -> Advanced -> REST API that you did it before.

Config api endpoint, customer key and customer secret.

Runing the App

Install the library

yarn install

I prefer use Yarn to management dependency https://yarnpkg.com/lang/en/

Android

Run yarn react-native run-android inside rn_oreo project folder:

yarn react-native run-android

If everything is set up correctly, you should see your new app running in your Android emulator shortly.

iOS

Xcode & CocoaPods

cd ios && pod install

Open project by click to file ios/rn_oreo.xcworkspace