Page MenuHomePhabricator

[native] Add CommUtilsModule spec
ClosedPublic

Authored by bartek on Apr 14 2023, 5:26 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 1, 1:02 PM
Unknown Object (File)
Tue, Oct 1, 1:02 PM
Unknown Object (File)
Tue, Oct 1, 1:02 PM
Unknown Object (File)
Tue, Oct 1, 1:02 PM
Unknown Object (File)
Tue, Oct 1, 12:58 PM
Unknown Object (File)
Sat, Sep 14, 3:35 PM
Unknown Object (File)
Sep 6 2024, 4:11 AM
Unknown Object (File)
Sep 6 2024, 4:06 AM
Subscribers

Details

Summary

As a part of ENG-3408 I decided to introduce a separate TurboModule for C++ utilities to avoid bloating CommCoreModule.

Test Plan

This diff is tested together with the child one that runs jsi-codegen.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bartek held this revision as a draft.
bartek published this revision for review.Apr 14 2023, 5:43 AM
ashoat added inline comments.
native/schema/CommUtilsModuleSchema.js
9 ↗(On Diff #25160)

Doesn't really matter, but this might be a good use case for an "opaque type"

This revision is now accepted and ready to land.Apr 14 2023, 5:47 AM
native/schema/CommUtilsModuleSchema.js
9 ↗(On Diff #25160)

codegen doesn't like opaque type either :/

This revision was automatically updated to reflect the committed changes.