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
No Lint Coverage - Unit
No Test Coverage
Event Timeline
native/cpp/CommonCpp/NativeModules/JSIRust.cpp | ||
---|---|---|
6 | You should #include all of the stuff you use, so eg. #include <string> for this |