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.
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.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.