mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:03:26 +00:00
10 lines
197 B
JSON
10 lines
197 B
JSON
{
|
|
"platforms": ["ios", "android"],
|
|
"ios": {
|
|
"modules": ["CheckIosCertificateModule"]
|
|
},
|
|
"android": {
|
|
"modules": ["expo.modules.checkioscertificate.CheckIosCertificateModule"]
|
|
}
|
|
}
|