diff --git a/native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/DataStores/DraftStore.cpp b/native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/DataStores/DraftStore.cpp --- a/native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/DataStores/DraftStore.cpp +++ b/native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/DataStores/DraftStore.cpp @@ -5,8 +5,6 @@ namespace comm { -using namespace facebook::react; - OperationType DraftStore::UPDATE_DRAFT_OPERATION = "update"; OperationType DraftStore::MOVE_DRAFT_OPERATION = "move"; OperationType DraftStore::REMOVE_ALL_DRAFTS_OPERATION = "remove_all"; diff --git a/native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/DataStores/MessageStore.cpp b/native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/DataStores/MessageStore.cpp --- a/native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/DataStores/MessageStore.cpp +++ b/native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/DataStores/MessageStore.cpp @@ -5,8 +5,6 @@ namespace comm { -using namespace facebook::react; - OperationType MessageStore::REKEY_OPERATION = "rekey"; OperationType MessageStore::REMOVE_OPERATION = "remove"; OperationType MessageStore::REPLACE_OPERATION = "replace"; diff --git a/native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/DataStores/ReportStore.cpp b/native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/DataStores/ReportStore.cpp --- a/native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/DataStores/ReportStore.cpp +++ b/native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/DataStores/ReportStore.cpp @@ -5,8 +5,6 @@ namespace comm { -using namespace facebook::react; - OperationType ReportStore::REPLACE_REPORT_OPERATION = "replace_report"; OperationType ReportStore::REMOVE_REPORTS_OPERATION = "remove_reports"; OperationType ReportStore::REMOVE_ALL_REPORTS_OPERATION = "remove_all_reports"; diff --git a/native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/DataStores/ThreadStore.cpp b/native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/DataStores/ThreadStore.cpp --- a/native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/DataStores/ThreadStore.cpp +++ b/native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/DataStores/ThreadStore.cpp @@ -5,8 +5,6 @@ namespace comm { -using namespace facebook::react; - OperationType ThreadStore::REMOVE_OPERATION = "remove"; OperationType ThreadStore::REMOVE_ALL_OPERATION = "remove_all"; OperationType ThreadStore::REPLACE_OPERATION = "replace";