0.0.1 • Published 4 years ago

org-based-test-rn-repo v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

orgBasedTestRNRepo

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

test npm package for organization based repo

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 orgBasedTestRNRepo -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 'orgBasedTestRNRepo'

Reference