Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

NinthDecimal/Kiip-ReactNative

Repository files navigation

Kiip-ReactNative Demo

This is our open source demo application for React Native. You may re-use any code in your own project(s).

React Native Setup

Install required node modules with $ npm install.

iOS Setup

  1. Go to ios/ and open the .xcodeproj project in Xcode.

  2. Download the latest SDK.

  3. Drag-and-drop KiipSDK.framework into the root folder of the project.

  4. Link the Following Frameworks in Your Project

    • CoreTelephony
    • QuartzCore
    • SystemConfiguration
    • AdSupport
    • MediaPlayer
    • AVFoundation
    • CoreMotion
    • GLKit
    • KIIPMoatMobileAppKit
    • XIDLibrary
  5. Initialize and add your Kiip SDK key and secret into the AppDelegate.m file (refer the sample project).

Android Setup

  1. Open the project from the android/ directory and go to your app | build.gradle to add the Kiip dependency.
  dependencies {
            compile "me.kiip.sdk:kiip:3.0.0"
  }
  1. Do a Gradle sync and the project will automatically import the latest version of Kiip SDK via JCenter
  2. Initialize and add your SDK key and secret into your MainApplication.java file

Starting from Scratch?

  1. This demo app is built over react-native-cli.
$ npm install -g react-native-cli
$ react-native init YourApp
$ cd YourApp/

Your ios/ and android/ directories are now setup to integrate native modules from the Kiip SDK.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5