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

@@ -0,0 +1,10 @@
import { UnavailabilityError } from "expo-modules-core";
export default {
isDevelopmentProvisioningProfile: () => {
throw new UnavailabilityError(
"CheckIosCertificate",
"isDevelopmentProvisioningProfile",
);
},
};