1.0.8 • Published 6 years ago

react-native-opengl-native v1.0.8

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

react-native-opengl-native

This is android native ui component written in Java.\ It expose MyGLBox component for react native.

Basic usage:

import MyGLBox from 'react-native-opengl-native';

...

<View style={{ flex: 1, width: '100%', height: '100%', overflow: 'hidden' }}>
  <MyGLBox
    style={{ flex: 1, width: '100%', height: '100%' }}
    text="Hello world!!"}
  />
</View>

...
1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago