1.0.1 • Published 5 months ago

react-native-passkeyplugin v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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

1.0.1

5 months ago

1.0.0

5 months ago

0.1.1

7 months ago

0.1.0

7 months ago