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