We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3af7ca4 + 94135ca commit 4a1fe9aCopy full SHA for 4a1fe9a
index.js
@@ -1,4 +1,4 @@
1
'use strict'
2
import { NativeModules } from 'react-native'
3
4
-export default NativeModules.Aes
+export default NativeModules.RCTAes
package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-aes-crypto",
- "version": "3.0.3",
+ "version": "3.1.0",
"description": "AES crypto native module for react-native",
5
"main": "index.js",
6
"types": "index.d.ts",
@@ -34,4 +34,4 @@
34
"scripts": {
35
"test": "echo \"Error: no test specified\" && exit 1"
36
}
37
-}
+}
react-native-aes.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'react-native-aes'
- s.version = '3.0.3'
+ s.version = '3.1.0'
s.summary = 'Native module for AES encryption'
s.author = "tectiv3"
7
s.license = 'MIT'
0 commit comments