fix: probably make the module ios only as it's intended to be

This commit is contained in:
Adrian Castro
2024-04-02 15:47:50 +02:00
parent 9dc973dd38
commit bd285e304b
5 changed files with 11 additions and 114 deletions

View File

@@ -1,9 +1,6 @@
{
"platforms": ["ios", "android"],
"platforms": ["ios"],
"ios": {
"modules": ["CheckIosCertificateModule"]
},
"android": {
"modules": ["expo.modules.checkioscertificate.CheckIosCertificateModule"]
}
}