diff options
Diffstat (limited to 'modules/expo-background-notification-handler/index.ts')
-rw-r--r-- | modules/expo-background-notification-handler/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/expo-background-notification-handler/index.ts b/modules/expo-background-notification-handler/index.ts new file mode 100644 index 000000000..680c6c13f --- /dev/null +++ b/modules/expo-background-notification-handler/index.ts @@ -0,0 +1,2 @@ +import {BackgroundNotificationHandler} from './src/ExpoBackgroundNotificationHandlerModule' +export default BackgroundNotificationHandler |