Page MenuHomePhabricator

[native] register user on native (C++ changes)
ClosedPublic

Authored by varun on May 1 2023, 7:26 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 30, 3:37 AM
Unknown Object (File)
Fri, Mar 28, 1:12 PM
Unknown Object (File)
Mon, Mar 24, 7:27 PM
Unknown Object (File)
Mon, Mar 24, 6:36 PM
Unknown Object (File)
Sun, Mar 23, 10:33 PM
Unknown Object (File)
Sat, Mar 22, 8:53 PM
Unknown Object (File)
Sat, Mar 22, 2:39 PM
Unknown Object (File)
Feb 26 2025, 7:18 PM
Subscribers

Details

Summary

add registerUser function to CommCoreModule

Test Plan

successfully registered a new user from js

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

varun requested review of this revision.May 1 2023, 7:45 AM

Are any CMake changes necessary here? Or does it work because of a GLOB somewhere?

rename identity -> content

Are any CMake changes necessary here? Or does it work because of a GLOB somewhere?

we glob the files ("MODULE_ROOT_NATIVE_CODE") so no CMake changes needed

native/cpp/CommonCpp/NativeModules/JSIRust.cpp
6 ↗(On Diff #26025)

You should #include all of the stuff you use, so eg. #include <string> for this

Seems good to me (assuming it passes CI)

This revision is now accepted and ready to land.May 3 2023, 1:29 PM