react-native-attestation 0.1.4
Install from the command line:
Learn more about npm packages
$ npm install @fullboar/react-native-attestation@0.1.4
Install via package.json:
"@fullboar/react-native-attestation": "0.1.4"
About this version
Mobile app attestation
npm install react-native-attestation
import { multiply } from 'react-native-attestation';
// ...
const result = await multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library