Created an Expo module that will handle AES encryption operations on native.
Inspired by D5932 that added android-lifecycle expo module.
Paths
| Differential D7002 Authored by bartek on Mar 8 2023, 9:51 AM.
Details
Summary Created an Expo module that will handle AES encryption operations on native. Inspired by D5932 that added android-lifecycle expo module. Test Plan 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 Timelinebartek held this revision as a draft. Herald added a subscriber: tomek. · View Herald TranscriptMar 8 2023, 9:51 AM2023-03-08 09:51:35 (UTC-8) bartek added a child revision: D7004: [native][AES] Implement generateKey function.Mar 8 2023, 9:56 AM2023-03-08 09:56:44 (UTC-8) Harbormaster completed remote builds in B17184: Diff 23535.Mar 8 2023, 10:07 AM2023-03-08 10:07:50 (UTC-8) This revision is now accepted and ready to land.Mar 8 2023, 10:28 AM2023-03-08 10:28:26 (UTC-8)
Harbormaster completed remote builds in B17397: Diff 23839.Mar 20 2023, 7:10 AM2023-03-20 07:10:57 (UTC-7) Closed by commit rCOMM8735eb5f5924: [native] Create AESCrypto Expo module (authored by bartek). · Explain WhyMar 20 2023, 7:15 AM2023-03-20 07:15:44 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 23839 .dockerignore
keyserver/Dockerfile
native/expo-modules/aes-crypto/android/build.gradle
native/expo-modules/aes-crypto/android/src/main/AndroidManifest.xml
|