Create 3D model in React Native using WebGL and Three.js

I will show you how to create 3D models in React native using Three.js Please create a react native project using react-native init. Make sure that you have Android virtual machine running and everything installed for the basic react native project. Install NDK and tools react-native-webgl is using some C++ code so we need to install the NDK tools for android In Android studio –> Tools –> Android –> SDK Manager select CMake, LLDB and NDK –> Apply –> OK...

January 7, 2019 · 2 min · 401 words · M.Kumaran