0.0.3 • Published 6 years ago

passbase-rn-sdk v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

passbase-rn-sdk

npm version CircleCI js-standard-style Dependency Status devDependencies Status typings included npm

react-native wrapper for Passbase SDK, IOS & Android

Status

  • iOS & Android:
    • ???
  • react-native:
    • supported versions ">= 0.60.5"

Installation

0. Setup Swift and Kotlin

  • Open your iOS project in Xcode and create empty Swift file and bridging header to enable Swift support
  • Modify android/build.gradle:

    buildscript {
      ext {
        ...
    +   kotlinVersion = "1.3.50"
      }
    ...
    
      dependencies {
    +   classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}")
        ...

1. Install latest version from npm

$ npm i passbase-rn-sdk -S

2. Install pods

$ cd ios && pod install && cd ..

Demo

AndroidiOS
??????

Example

import * as React from 'react'
import { View } from 'react-native'
import {
  PassbaseModule,
  PassbaseComponent
} from 'passbase-rn-sdk'

Reference

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago