mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 12:43:25 +00:00
fix: probably make the module ios only as it's intended to be
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { UnavailabilityError } from "expo-modules-core";
|
||||
|
||||
export default {
|
||||
isDevelopmentProvisioningProfile: () => {
|
||||
throw new UnavailabilityError(
|
||||
"CheckIosCertificate",
|
||||
"isDevelopmentProvisioningProfile",
|
||||
);
|
||||
},
|
||||
};
|
Reference in New Issue
Block a user