add registerUser function to CommCoreModule
Details
Details
- Reviewers
ashoat - Commits
- rCOMM552ea82de18b: [native] register user on native (C++ changes)
successfully registered a new user from js
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
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 |