https://github.com/onekeyhq/react-native-check-biometric-auth-changed
https://github.com/onekeyhq/react-native-check-biometric-auth-changed
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/onekeyhq/react-native-check-biometric-auth-changed
- Owner: OneKeyHQ
- License: mit
- Created: 2025-02-12T02:39:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-18T03:10:24.000Z (about 1 year ago)
- Last Synced: 2025-04-18T16:14:39.926Z (about 1 year ago)
- Language: Kotlin
- Size: 1.56 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-check-biometric-auth-changed
react-native-check-biometric-auth-changed
## Installation
```sh
npm install react-native-check-biometric-auth-changed
```
## Usage
```js
import { multiply } from 'react-native-check-biometric-auth-changed';
// ...
const result = await multiply(3, 7);
```
## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT
---
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)