HomePhabricator
Diffusion Comm 8735eb5f5924

[native] Create AESCrypto Expo module

Description

[native] Create AESCrypto Expo module

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! 👋"

Reviewers: ashoat, marcin, atul

Reviewed By: ashoat

Subscribers: tomek

Differential Revision: https://phab.comm.dev/D7002

Details

Provenance
bartekAuthored on Mar 7 2023, 7:32 AM
Reviewer
ashoat
Differential Revision
D7002: [native] Create AESCrypto Expo module
Parents
rCOMM2b354c58f0f6: [web-db] initialize SQLite database
Branches
Unknown
Tags
Unknown