| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository hosts the v2 of gl-react. Please also see the v3 at https://github.com/gre/gl-react
Gitbook documentation / Github / gl-react / #gl-react on reactiflux
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 for more information.
npm i --save gl-react-native
on iOS:
or if you use Cocapods:
pod 'RNGL', :path => './node_modules/gl-react-native'on Android:
include ':RNGL'
project(':RNGL').projectDir = file('../node_modules/gl-react-native/android')compile project(':RNGL')import com.projectseptember.RNGL.RNGLPackage;@Override
protected List<ReactPackage> getPackages() {
return Arrays.<ReactPackage>asList(
new MainReactPackage(),
...
new RNGLPackage()
);
}| Back | FazBrowse Home | New Git URL |