16 lines
353 B
JSON
16 lines
353 B
JSON
{
|
|
"platforms": ["apple", "android", "web"],
|
|
"apple": {
|
|
"modules": ["CameraViewModule"]
|
|
},
|
|
"android": {
|
|
"modules": ["expo.modules.camera.CameraViewModule"],
|
|
"publication": {
|
|
"groupId": "host.exp.exponent",
|
|
"artifactId": "expo.modules.camera",
|
|
"version": "17.0.10",
|
|
"repository": "local-maven-repo"
|
|
}
|
|
}
|
|
}
|