Skip to content

iOS and Android sample apps using Shopify's Mobile Buy SDK in React Native

Notifications You must be signed in to change notification settings

Lohit9/mobile-buy-sdk-react-native-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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>";

About

iOS and Android sample apps using Shopify's Mobile Buy SDK in React Native

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published