chore: keep android native code in native module

This commit is contained in:
Adrian Castro
2024-04-02 15:23:46 +02:00
parent df4fe312fc
commit 44647a4141
5 changed files with 119 additions and 3 deletions

View File

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