react-native-passkeyplugin
v1.0.2
Published
A react-native passkey plugin
Downloads
11
Readme
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