Skip to content

Commit ad62fef

Browse files
authored
Merge pull request #489 from Countly/new-arch-support
New arch support
2 parents 0d97a67 + 3fea687 commit ad62fef

File tree

12 files changed

+1427
-232
lines changed

12 files changed

+1427
-232
lines changed

Countly.d.ts

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,13 @@ declare module "countly-sdk-react-native-bridge" {
7979
string;
8080
string;
8181
export const TemporaryDeviceIDString: string;
82-
export interface messagingMode {
83-
DEVELOPMENT: string;
84-
PRODUCTION: string;
85-
ADHOC: string;
82+
/**
83+
* Messaging modes for push notifications
84+
*/
85+
namespace messagingMode {
86+
const DEVELOPMENT: string;
87+
const PRODUCTION: string;
88+
const ADHOC: string;
8689
}
8790

8891
/**

0 commit comments

Comments
 (0)