Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 360 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 360 Bytes

react-native-yubikit

A React Native implementation for the Yubikit library (iOS only for now)

Getting started

$ npm install react-native-yubikit --save

Mostly automatic installation

$ react-native link react-native-yubikit

Usage

import Yubikit from 'react-native-yubikit';

// TODO: What to do with the module?
Yubikit;