{ "name": "gl-react-native", "version": "4.0.0", "license": "MIT", "author": "Gaƫtan Renaudeau ", "description": "React Native standalone implementation of gl-react, an universal React library to write and compose WebGL shaders", "keywords": [ "gl-react", "gl", "opengl", "react", "react-native", "react-component" ], "main": "lib/index.js", "files": [ "android", "cpp", "ios", "lib", "src", ".flowconfig", "LICENSE", "README.md" ], "peerDependencies": { "gl-react": "^3.13.0", "react": "*", "react-native": "*" }, "devDependencies": { "gl-react": "^4.0.0" }, "dependencies": { "expo-gl": "^8.0.0", "expo-gl-cpp": "^8.0.0", "webgltexture-loader-expo": "1.0.0" }, "gitHead": "9adf91601b95aec6dcd350179fdbd139a97bed5e" }