0.9.6 • Published 2 years ago

withjam-sdk-tester v0.9.6

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

withjam-sdk-tester

Getting started

$ npm install withjam-sdk-tester --save

Mostly automatic installation

$ react-native link withjam-sdk-tester

Manual installation

iOS

  1. In XCode, in the project navigator, right click LibrariesAdd Files to [your project's name]
  2. Go to node_moduleswithjam-sdk-tester and add RNSnapyrSdkReactNative.xcodeproj
  3. In XCode, in the project navigator, select your project. Add libRNSnapyrSdkReactNative.a to your project's Build PhasesLink Binary With Libraries
  4. Run your project (Cmd+R)<

Android

  1. 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 the getPackages() method
  1. 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')
  2. Insert the following lines inside the dependencies block in android/app/build.gradle:
      compile project(':withjam-sdk-tester')

Windows

Read it! :D

  1. In Visual Studio add the RNSnapyrSdkReactNative.sln in node_modules/withjam-sdk-tester/windows/RNSnapyrSdkReactNative.sln folder to their solution, reference from their app.
  2. Open up your MainPage.cs app
  • Add using Snapyr.Sdk.React.Native.RNSnapyrSdkReactNative; to the usings at the top of the file
  • Add new RNSnapyrSdkReactNativePackage() to the List<IReactPackage> returned by the Packages method

Usage

import RNSnapyrSdkReactNative from 'withjam-sdk-tester';

// TODO: What to do with the module?
RNSnapyrSdkReactNative;
0.9.6

2 years ago

0.9.5

2 years ago

0.9.4

2 years ago

0.9.3

2 years ago