Daniel Torres 6 жил өмнө
parent
commit
892b34c0b8
5 өөрчлөгдсөн 72 нэмэгдсэн , 0 устгасан
  1. 1 0
      .gitattributes
  2. 46 0
      .gitignore
  3. 6 0
      index.js
  4. 15 0
      package.json
  5. 4 0
      yarn.lock

+ 1 - 0
.gitattributes

@@ -0,0 +1 @@
+*.pbxproj -text

+ 46 - 0
.gitignore

@@ -0,0 +1,46 @@
+
+# OSX
+#
+.DS_Store
+
+# node.js
+#
+node_modules/
+npm-debug.log
+yarn-error.log
+  
+
+# Xcode
+#
+build/
+*.pbxuser
+!default.pbxuser
+*.mode1v3
+!default.mode1v3
+*.mode2v3
+!default.mode2v3
+*.perspectivev3
+!default.perspectivev3
+xcuserdata
+*.xccheckout
+*.moved-aside
+DerivedData
+*.hmap
+*.ipa
+*.xcuserstate
+project.xcworkspace
+      
+
+# Android/IntelliJ
+#
+build/
+.idea
+.gradle
+local.properties
+*.iml
+
+# BUCK
+buck-out/
+\.buckd/
+*.keystore
+      

+ 6 - 0
index.js

@@ -0,0 +1,6 @@
+
+import { NativeModules } from 'react-native'
+
+const { PBKDF2 } = NativeModules
+
+export default PBKDF2

+ 15 - 0
package.json

@@ -0,0 +1,15 @@
+{
+  "name": "react-native-pbkdf2",
+  "version": "0.1.0",
+  "description": "A Password Based Key Derivation 2 (PBKDF2) algorithm for React Native",
+  "main": "index.js",
+  "keywords": [
+    "pbkdf2",
+    "react-native"
+  ],
+  "author": "Daniel Torres <danielfeelfine@gmail.com>",
+  "license": "MIT",
+  "peerDependencies": {
+    "react-native": "^0.56.0"
+  }
+}

+ 4 - 0
yarn.lock

@@ -0,0 +1,4 @@
+# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
+# yarn lockfile v1
+
+