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 375b3b0 commit 87f6000Copy full SHA for 87f6000
.gitignore
@@ -40,3 +40,4 @@ local.properties
40
buck-out/
41
\.buckd/
42
*.keystore
43
+.npmrc
package.json
@@ -6,9 +6,10 @@
6
"main": "index.js",
7
"files": [
8
"README.md",
9
- "android",
10
- "index.js",
+ "android/src",
+ "android/build.gradle",
11
"ios",
12
+ "index.js",
13
"react-native-simple-biometrics.podspec"
14
],
15
"scripts": {
0 commit comments