Skip to content

zealleaf/react-native-signature-id-of-android

Repository files navigation

react-native-signature-id-of-android

Get the signature ID of Android in React Native

Installation

npm install react-native-signature-id-of-android

Usage

import { getSignatureIdAsync } from 'react-native-signature-id-of-android';

// ...

const result = await getSignatureIdAsync();

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