Skip to content

Latest commit

 

History

History
executable file
·
19 lines (14 loc) · 682 Bytes

File metadata and controls

executable file
·
19 lines (14 loc) · 682 Bytes

Mobile Buy SDK React Native Sample Apps for iOS and Android

##Getting Started

  • Ensure that you have followed the 'getting started' steps listed here

  • After cloning/downloading the sample, navigate to the project folder in the terminal and execute the following command:

npm install
  • Add your shop domain, API key and Channel ID to the List.js file in the root directory of the project:
var SHOP_DOMAIN = "<your shop domain>";
var API_KEY = "<your api key>";
var CHANNEL_ID = "<your channel id>";
var MERCHANT_ID= "<If you would like to enable apple pay enter your merchant id here>";