UNPKG

gl-react-native

Version:

OpenGL bindings for react-native to implement complex effects over images and components, in the descriptive VDOM paradigm

30 lines (16 loc) 1.63 kB
## **IMPORTANT: v2.0.0 is currently unstable. Please use [v1.3.0](https://github.com/ProjectSeptemberInc/gl-react-native/tree/v1.3.0)** **[Gitbook documentation](http://projectseptemberinc.gitbooks.io/gl-react/content/) / [Github](https://github.com/ProjectSeptemberInc/gl-react-native/) / [gl-react](https://github.com/ProjectSeptemberInc/gl-react/)** / [#gl-react on reactiflux](https://discordapp.com/channels/102860784329052160/106102146109325312) # <img width="32" alt="icon" src="https://cloud.githubusercontent.com/assets/211411/9813786/eacfcc24-5888-11e5-8f9b-5a907a2cbb21.png"> gl-react-native ![](https://img.shields.io/badge/react--native-%3E=%200.16.0-05F561.svg) OpenGL bindings for React Native to implement complex effects over images and components, in the descriptive VDOM paradigm. **`gl-react-native` is an implementation of `gl-react` for `react-native`. Please [read the main gl-react README](https://github.com/ProjectSeptemberInc/gl-react/) for more information.** [![](https://github.com/ProjectSeptemberInc/gl-react-native/raw/master/docs/simple.gif)](./Examples/Simple)[![](https://github.com/ProjectSeptemberInc/gl-react-native/raw/master/docs/advancedeffects.gif)](./Examples/AdvancedEffects) ## Documentation [**Gitbook**](http://projectseptemberinc.gitbooks.io/gl-react/content/) ## Installation a few steps are required to install `gl-react-native`: **Install the dependency to your React Native application:** ``` npm i --save gl-react-native ``` **Configure your React Native Application:** ![](https://github.com/ProjectSeptemberInc/gl-react-native/raw/master/docs/install-steps.png)