expo-gl
Version:
Provides GLView that acts as OpenGL ES render target and gives GL context object implementing WebGL 2.0 specification.
17 lines (16 loc) • 365 B
JSON
{
"platforms": ["apple", "android"],
"apple": {
"podspecPath": "./ExpoGL.podspec",
"modules": ["ExpoGLModule"]
},
"android": {
"modules": ["expo.modules.gl.GLModule"],
"publication": {
"groupId": "host.exp.exponent",
"artifactId": "expo.modules.gl",
"version": "55.0.13",
"repository": "local-maven-repo"
}
}
}