1.0.8 • Published 4 years ago

react-native-opengl-native v1.0.8

Weekly downloads
4
License
MIT
Repository
github
Last release
4 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

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago