Page MenuHomePhabricator

[native] Add CommUtilsModule spec
ClosedPublic

Authored by bartek on Apr 14 2023, 5:26 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jul 7, 6:36 PM
Unknown Object (File)
Sun, Jul 7, 6:07 PM
Unknown Object (File)
Wed, Jul 3, 2:03 PM
Unknown Object (File)
Mon, Jul 1, 4:25 AM
Unknown Object (File)
Sun, Jun 30, 9:00 PM
Unknown Object (File)
Sun, Jun 30, 5:45 PM
Unknown Object (File)
Sat, Jun 29, 2:56 PM
Unknown Object (File)
Sat, Jun 29, 1:11 PM
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.