Created an Expo module that will handle AES encryption operations on native.
Inspired by D5932 that added android-lifecycle expo module.
Differential D7002
[native] Create AESCrypto Expo module bartek on Mar 8 2023, 9:51 AM. Authored by Tags None Referenced Files
Subscribers
Details
Created an Expo module that will handle AES encryption operations on native. Inspired by D5932 that added android-lifecycle expo module. Run yarn cleaninstall. Both iOS and Android projects build and run successfully. import { hello } from './utils/aes-crypto-module.js'; console.log(hello()); displays "Hello world! 👋"
Diff Detail
Event Timeline
|