We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc5798b commit 59dfa3eCopy full SHA for 59dfa3e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-fingerprint-scanner",
3
- "version": "3.0.0",
+ "version": "3.0.1",
4
"description": "React Native Fingerprint Scanner for Android and iOS",
5
"main": "index.js",
6
"keywords": [
@@ -25,6 +25,7 @@
25
"repository": "https://github.com/hieuvp/react-native-fingerprint-scanner.git",
26
"author": "Hieu Van (https://github.com/hieuvp)",
27
"license": "MIT",
28
+ "types": "index.d.ts",
29
"scripts": {
30
"android": "cd examples && react-native run-android",
31
"ios": "cd examples && react-native run-ios",
0 commit comments