about summary refs log tree commit diff
path: root/modules/expo-bluesky-translate/expo-module.config.json
diff options
context:
space:
mode:
Diffstat (limited to 'modules/expo-bluesky-translate/expo-module.config.json')
-rw-r--r--modules/expo-bluesky-translate/expo-module.config.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/expo-bluesky-translate/expo-module.config.json b/modules/expo-bluesky-translate/expo-module.config.json
new file mode 100644
index 000000000..28c5dd878
--- /dev/null
+++ b/modules/expo-bluesky-translate/expo-module.config.json
@@ -0,0 +1,6 @@
+{
+  "platforms": ["ios"],
+  "ios": {
+    "modules": ["ExpoBlueskyTranslateModule"]
+  }
+}