Page MenuHomePhabricator

[native] Add CommUtilsModule spec
ClosedPublic

Authored by bartek on Apr 14 2023, 5:26 AM.
Tags
None
Referenced Files
F2617804: D7449.id25475.diff
Fri, Sep 6, 3:25 AM
Unknown Object (File)
Fri, Aug 30, 11:36 AM
Unknown Object (File)
Thu, Aug 29, 2:05 PM
Unknown Object (File)
Tue, Aug 27, 4:57 AM
Unknown Object (File)
Sun, Aug 25, 6:58 PM
Unknown Object (File)
Sat, Aug 24, 3:47 PM
Unknown Object (File)
Sun, Aug 18, 9:26 AM
Unknown Object (File)
Sat, Aug 17, 11:44 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
No Lint Coverage
Unit
No Test Coverage

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

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

codegen doesn't like opaque type either :/

This revision was automatically updated to reflect the committed changes.