UNPKG

expo-crypto

Version:

Provides cryptography primitives for Android, iOS and web.

4 lines 210 B
import { NativeModule, requireNativeModule } from 'expo'; // This call loads the native module object from the JSI. export default requireNativeModule('ExpoCryptoAES'); //# sourceMappingURL=ExpoCryptoAES.js.map