react-native-passkeyplugin
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

react-native-passkeyplugin

A react-native passkey plugin

Installation

npm install react-native-passkeyplugin

Usage

import { getPlatformVersion, createCredential, getCredential } from 'react-native-passkeyplugin';

// ...

const platformVersion = await getPlatformVersion();

let registerOption = {}; // register option get back from the back-end
const createCredential = await createCredential(register);

let loginOption = {}; // login option get back from the back-end
const getCredential = await getCredential();

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

Package Sidebar

Install

npm i react-native-passkeyplugin

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

60.1 kB

Total Files

23

Last publish

Collaborators

  • iori030