about summary refs log tree commit diff
path: root/modules/expo-background-notification-handler/expo-module.config.json
diff options
context:
space:
mode:
Diffstat (limited to 'modules/expo-background-notification-handler/expo-module.config.json')
-rw-r--r--modules/expo-background-notification-handler/expo-module.config.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/expo-background-notification-handler/expo-module.config.json b/modules/expo-background-notification-handler/expo-module.config.json
new file mode 100644
index 000000000..9e5c9d550
--- /dev/null
+++ b/modules/expo-background-notification-handler/expo-module.config.json
@@ -0,0 +1,9 @@
+{
+  "platforms": ["ios", "android"],
+  "ios": {
+    "modules": ["ExpoBackgroundNotificationHandlerModule"]
+  },
+  "android": {
+    "modules": ["expo.modules.backgroundnotificationhandler.ExpoBackgroundNotificationHandlerModule"]
+  }
+}