Currently working on reducing code duplication and cleanup in this file. So I will need to use this function in different places as well as here (for functions like getAllMessagesSync).
It's easy util, so I prefer to keep this in .h file.
Paths
| Differential D8601 Authored by kamil on Jul 24 2023, 3:06 AM.
Details Summary Currently working on reducing code duplication and cleanup in this file. So I will need to use this function in different places as well as here (for functions like getAllMessagesSync). It's easy util, so I prefer to keep this in .h file. Test Plan Build iOS and Android
Diff Detail
Event Timelinekamil held this revision as a draft. Herald added a subscriber: ashoat. · View Herald TranscriptJul 24 2023, 3:06 AM2023-07-24 03:06:07 (UTC-7) Harbormaster completed remote builds in B21133: Diff 28955.Jul 24 2023, 3:24 AM2023-07-24 03:24:09 (UTC-7) This revision is now accepted and ready to land.Jul 24 2023, 10:00 AM2023-07-24 10:00:45 (UTC-7) Closed by commit rCOMMc1edc0cb9b40: [CommCoreModule] Move `runSyncOrThrowJSError` to a separate file (authored by kamil). · Explain WhyJul 31 2023, 8:03 AM2023-07-31 08:03:27 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 29281 native/cpp/CommonCpp/NativeModules/CMakeLists.txt
native/cpp/CommonCpp/NativeModules/CommCoreModule.h
native/cpp/CommonCpp/NativeModules/CommCoreModule.cpp
native/cpp/CommonCpp/NativeModules/NativeModuleUtils.h
native/ios/Comm.xcodeproj/project.pbxproj
|