0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 19 hours ago.
Mar 05, 2025 — Mar 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
:construction_worker: updating example to RN 0.67.1 More... about 4 years ago
:bookmark: bumping 1.6.0 More... almost 6 years ago
:art: adapting gesture example to unified rotation on android/ios More... almost 6 years ago
:bug: fixing rotation on android, getting it on par with ios More... almost 6 years ago
Merge pull request #39 from Logirix/master More... almost 6 years ago
- Disabled the background color since TextureViews do not support it. To achieve a background one just needs to place a react-native View behind this - Fixed the rotations so that they work the same way as iOS More... almost 6 years ago
Implemented a GLTextureView (from https://gist.github.com/andreyice/65dc488152ddd6499cca) which mimics GLSurfaceView and, since it uses TextureView, it allows us to draw GL content with a transparent background and still respect the Z index on Android More... almost 6 years ago
:bookmark: bumping 1.5.0 More... over 6 years ago
:pencil: updating readme, reflecting autolink changes since rn >= 0.60, cleanup More... over 6 years ago
Merge pull request #24 from JavanPoirier/master More... over 6 years ago
:art: optimizing build.gradle More... over 6 years ago
Merge branch 'master' into master More... over 6 years ago
:art: using root's sdk and build tools version, fixes #23 More... over 6 years ago
:arrow_up: upgrading example to react native 0.61.3 More... over 6 years ago
updated build.gradle More... almost 7 years ago
Fixed known issue More... almost 7 years ago
Fixed known issue More... almost 7 years ago
:bookmark: bumping 1.4.0 More... almost 7 years ago
:memo: updating readme, adding kudos to @Cawfree More... almost 7 years ago
:bookmark: bumping v1.4 More... almost 7 years ago
Merge pull request #20 from Cawfree/master More... almost 7 years ago
Updated iOS project to include RNGLModelView.a as a compilation dependency. Removed attempts to associate the project with a known provisioning profile. More... about 7 years ago
Removed state setting commands for Android to prevent glitchy layout updates. More... about 7 years ago
Removed makeNative properties from examples which do not require them. More... about 7 years ago
To remove flickering from Android examples, added the animate prop to all examples. More... about 7 years ago
Corrected typos in migration to iOS' handling style of Base64 content. More... about 7 years ago
Reused some of the iOS conventions for properly handling Base64 image content More... about 7 years ago
Updated iOS to handle Base64 encoded 3d model data. More... about 7 years ago
Updated Podfile for compatibility with RN 0.55.4 More... about 7 years ago
Added basic approach to iOS support. Untested, unlinted. More... about 7 years ago