DEPRECATED, Please migrate to latest version of gl-react-native that works nicely with expo-gl and unimodules
The gl-react-native repository hosts the v2 of gl-react, which is a set of OpenGL bindings for React Native that enable the implementation of complex effects over images and components in the VDOM paradigm.
To install the gl-react-native theme, follow these steps:
Configure your React Native Application:
Podfile.settings.gradle and build.gradle files.Add the RNGLPackage to your MainApplication to enable React Native to use the package:
import fr.greweb.rngl.RNGLPackage;
// Add RNGLPackage to your MainApplication.getPackages() method.
The gl-react-native repository hosts the v2 version of gl-react, providing developers with OpenGL bindings for React Native to create intricate visual effects using the VDOM paradigm. It offers compatibility with both iOS and Android platforms, making it a versatile and powerful tool for implementing complex rendering capabilities in React Native applications.