Gl React Native V2 screenshot

Gl React Native V2

Author Avatar Theme by Gre
Updated: 16 Oct 2019
1924 Stars

DEPRECATED, Please migrate to latest version of gl-react-native that works nicely with expo-gl and unimodules

Categories

Overview:

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.

Features:

  • v2 of gl-react: Allows the implementation of complex effects over images and components in React Native.
  • OpenGL bindings: Integration with OpenGL technology for powerful rendering capabilities.
  • Compatible with React Native: Specifically designed for use with React Native applications.

Installation:

To install the gl-react-native theme, follow these steps:

  1. Configure your React Native Application:

    • on iOS:
      • Add snippet to Podfile.
    • on Android:
      • Modify settings.gradle and build.gradle files.
  2. 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.

Summary:

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.