Skip to content

Commit 166c9f1

Browse files
committed
rename files
1 parent 63e2461 commit 166c9f1

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed
File renamed without changes.

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { NativeModules, Platform } from 'react-native';
2-
import type { OSNotificationPermission } from './constants/Subscription';
2+
import type { OSNotificationPermission } from './constants/Subscription2';
33
import EventManager from './events/EventManager';
44
import {
55
IN_APP_MESSAGE_CLICKED,
@@ -998,7 +998,7 @@ export namespace OneSignal {
998998
}
999999
}
10001000

1001-
export { OSNotificationPermission } from './constants/Subscription';
1001+
export { OSNotificationPermission } from './constants/Subscription2';
10021002
export {
10031003
NotificationWillDisplayEvent,
10041004
type InAppMessage,
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)