UNPKG

expo-gl

Version:

Provides GLView that acts as OpenGL ES render target and gives GL context object implementing WebGL 2.0 specification.

10 lines (9 loc) 169 B
// Explicitly turn off react-native autolinking for this module module.exports = { dependency: { platforms: { ios: null, android: null, }, }, };