Skip to content

Commit

Permalink
⚙️ Chore: expo-module.config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Oct 6, 2023
1 parent 3c7f180 commit 9a75128
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions expo-module.config.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}

0 comments on commit 9a75128

Please sign in to comment.