Releases: rastapasta/react-native-gl-model-view
Releases · rastapasta/react-native-gl-model-view
Transparent background on Android, unified rotation on both platforms
- 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
- 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!
- 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
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
Thanks again to @PatriceVignola!
Anrdoid Support!
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
- moved podspec to root
- improved docs, added Animated example
- renamed index.ios.js to index.js
First release!
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!