react-native-opengl-native

1.0.8 • Public • Published

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>
 
...

Readme

Keywords

Package Sidebar

Install

npm i react-native-opengl-native

Weekly Downloads

10

Version

1.0.8

License

MIT

Unpacked Size

2.58 MB

Total Files

122

Last publish

Collaborators

  • feaber