0.9.6 • Published 4 years ago
withjam-sdk-tester v0.9.6
withjam-sdk-tester
Getting started
$ npm install withjam-sdk-tester --save
Mostly automatic installation
$ react-native link withjam-sdk-tester
Manual installation
iOS
- In XCode, in the project navigator, right click
Libraries➜Add Files to [your project's name] - Go to
node_modules➜withjam-sdk-testerand addRNSnapyrSdkReactNative.xcodeproj - In XCode, in the project navigator, select your project. Add
libRNSnapyrSdkReactNative.ato your project'sBuild Phases➜Link Binary With Libraries - Run your project (
Cmd+R)<
Android
- Open up
android/app/src/main/java/[...]/MainActivity.java
- Add
import com.reactlibrary.RNSnapyrSdkReactNativePackage;to the imports at the top of the file - Add
new RNSnapyrSdkReactNativePackage()to the list returned by thegetPackages()method
- Append the following lines to
android/settings.gradle:include ':withjam-sdk-tester' project(':withjam-sdk-tester').projectDir = new File(rootProject.projectDir, '../node_modules/withjam-sdk-tester/android') - Insert the following lines inside the dependencies block in
android/app/build.gradle:compile project(':withjam-sdk-tester')
Windows
- In Visual Studio add the
RNSnapyrSdkReactNative.slninnode_modules/withjam-sdk-tester/windows/RNSnapyrSdkReactNative.slnfolder to their solution, reference from their app. - Open up your
MainPage.csapp
- Add
using Snapyr.Sdk.React.Native.RNSnapyrSdkReactNative;to the usings at the top of the file - Add
new RNSnapyrSdkReactNativePackage()to theList<IReactPackage>returned by thePackagesmethod
Usage
import RNSnapyrSdkReactNative from 'withjam-sdk-tester';
// TODO: What to do with the module?
RNSnapyrSdkReactNative;