about summary refs log tree commit diff
path: root/modules/expo-receive-android-intents/expo-module.config.json
diff options
context:
space:
mode:
Diffstat (limited to 'modules/expo-receive-android-intents/expo-module.config.json')
-rw-r--r--modules/expo-receive-android-intents/expo-module.config.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/expo-receive-android-intents/expo-module.config.json b/modules/expo-receive-android-intents/expo-module.config.json
new file mode 100644
index 000000000..8f01fb6c9
--- /dev/null
+++ b/modules/expo-receive-android-intents/expo-module.config.json
@@ -0,0 +1,6 @@
+{
+  "platforms": ["android"],
+  "android": {
+    "modules": ["xyz.blueskyweb.app.exporeceiveandroidintents.ExpoReceiveAndroidIntentsModule"]
+  }
+}