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