Skip to content

Releases: rastapasta/react-native-gl-model-view

Transparent background on Android, unified rotation on both platforms

28 Mar 19:20
Compare
Choose a tag to compare
  • Big thanks to @reyalpsirc for implementing the usage of TextureViews, allowing transparent backgrounds and correct zIndexing on Android
  • Unifying rotation degree handling on Android&iOS

Compatibility with modern RN, updated example

01 Nov 03:31
Compare
Choose a tag to compare
  • Adapted Android build to recent RN versions
  • Fixed texture flickering on Android (thanks to @JavanPoirier & co!)
  • Updated example to RN 0.61.3
  • Updated README to reflect modern setup

Remote Models and Textures, flipTexture and fixes!

10 Apr 13:02
Compare
Choose a tag to compare
  • Support for remote models and textures
  • Support of flipTexture flag
  • Fix for tint on iOS
  • No more first frame flickering on Android

Breaking change: new format for model/texture property (based on URI scheme, see documentation)

Kudos to @cawfree and @PatriceVignola 馃嵒

Model tinting, transparent background

03 Apr 19:28
b0e36c3
Compare
Choose a tag to compare
  • tint {r, g, b, a} tints the texture or set the color of the model if there is no texture
  • transparent background of the GLView - all the power to the React side of things!

All kudos directed to @PatriceVignola !

Support for React Native >= 0.47

26 Mar 20:04
Compare
Choose a tag to compare

Anrdoid Support!

02 Jan 18:00
518b97e
Compare
Choose a tag to compare

A huge treasure trove full of karma goes out to @PatriceVignola for his amazing work on the Android side of RN!

increased ease of install

18 Apr 12:56
Compare
Choose a tag to compare
  • moved podspec to root
  • improved docs, added Animated example
  • renamed index.ios.js to index.js

First release!

16 Apr 17:14
Compare
Choose a tag to compare

Welcome to react-native-gl-model-view!

A straight forward bridge to GLView to display 3D models in react-native.

Giving developers full animation control over 3D models via the Animated API native driver.

Enjoy and I'm looking forward to your feedback and PRs!