From 9a751280d2df8573ae2ca303b6bbb1754cfb9109 Mon Sep 17 00:00:00 2001 From: Dominic Go <18517029+dominicstop@users.noreply.github.com> Date: Fri, 6 Oct 2023 21:10:17 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20Chore:=20`expo-module.conf?= =?UTF-8?q?ig.json`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- expo-module.config.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/expo-module.config.json b/expo-module.config.json index 8f5744ea..c4ea1c24 100644 --- a/expo-module.config.json +++ b/expo-module.config.json @@ -1,9 +1,9 @@ { - "platforms": ["ios", "android", "web"], + "platforms": ["ios"], "ios": { - "modules": ["ReactNativeIosModalModule"] - }, - "android": { - "modules": ["expo.modules.iosmodal.ReactNativeIosModalModule"] + "modules": [ + "RNIModalViewModule" + ], + "podspecPath": "./ios/ReactNativeIosModal.podspec" } -} +} \ No newline at end of file