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 c11499d commit fd35623Copy full SHA for fd35623
.gitignore
@@ -87,4 +87,6 @@ example/ios/build
87
example/ios/Podfile.lock
88
89
yarn.lock
90
-.yarn/*
+.yarn/cache
91
+.yarn/plugins
92
+.yarn/releases
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-crypto-algorithm",
3
- "version": "0.1.0",
+ "version": "1.0.0",
4
"description": "Native Module using Kotlin & Swift for React-Native",
5
"source": "./src/index.tsx",
6
"main": "./lib/commonjs/index.js",
0 commit comments