UNPKG
rn-encryption
Version:
latest (3.0.3)
3.0.3
3.0.2
3.0.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
Encryption
github.com/rishabhyadavv/react-native-encryption
rishabhyadavv/react-native-encryption
rn-encryption
/
lib
/
module
/
NativeEncryption.js
5 lines
(4 loc)
•
174 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
import
{
TurboModuleRegistry
}
from
'react-native'
;
export
default
TurboModuleRegistry
.
getEnforcing
(
'Encryption'
);
//# sourceMappingURL=NativeEncryption.js.map