mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 12:53:24 +00:00
chore: keep android native code in native module
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
{
|
||||
"platforms": ["ios"],
|
||||
"platforms": ["ios", "android"],
|
||||
"ios": {
|
||||
"modules": ["CheckIosCertificateModule"]
|
||||
},
|
||||
"android": {
|
||||
"modules": ["expo.modules.checkioscertificate.CheckIosCertificateModule"]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user