Skip to content

samr874/vcl-react-native

This branch is 92 commits behind velocitycareerlabs/vcl-react-native:main.

Folders and files

NameName
Last commit message
Last commit date
Mar 13, 2024
Apr 11, 2024
Apr 14, 2024
Apr 11, 2024
Apr 14, 2024
Aug 16, 2022
Mar 13, 2024
Apr 15, 2024
Aug 16, 2022
Mar 13, 2024
Dec 20, 2023
Aug 22, 2023
Mar 13, 2024
Aug 22, 2023
Mar 11, 2024
Mar 12, 2024
Apr 3, 2024
Mar 11, 2024
Mar 11, 2024
Apr 15, 2024
Mar 11, 2024
Mar 13, 2024
Aug 22, 2023
Apr 11, 2024
Apr 15, 2024

Repository files navigation

@velocitycareerlabs/vcl-react-native

Velocity Career Labs React Native SDK

Android:

kotlin version: 1.8.0

minSdkVersion: 24

compileSdkVersion: 34

targetSdkVersion: 34

iOS:

swift version: 5

deployment target: 13

React Native:

react version 18.2.0

react native version 0.73.6

React Native SDK

The React Native SDK is a wrapper of iOS and Android SDKs. The minimum supported Android API is 24. The iOS target deployment API is 13.0.

Installation

  • Add the path to the Velocity specs to the head of the Pod file in the iOS folder source 'https://github.com/velocitycareerlabs/Specs.git'
  • SDK installation:
yarn add @velocitycareerlabs/vcl-react-native --save

or

npm install @velocitycareerlabs/vcl-react-native --save

Usage

To start using the VCL SDK, you’ll need to create its object and initialize it in Velocity Network™:

import vcl from '@velocitycareerlabs/vcl-react-native';
const initializationDescriptor: VCLInitializationDescriptor = {
  environment: environment,
};
vcl.initialize(initializationDescriptor).then(
  () => {
    // Do your magic
  },
  (err: VCLError) => {
    // Handle initialization failure 
  }
);

More details can be found HERE

About

Velocity Career Labs React Native SDK consumer app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 36.9%
  • Kotlin 31.1%
  • Swift 23.2%
  • JavaScript 2.7%
  • Objective-C++ 2.6%
  • Ruby 2.2%
  • Other 1.3%