Basic setup of the react-native + three.js + typescript project
I haven't found any decent guides on how to setup a react native + three.js + typescript project, so here it is.
- Typescript
- Example of absolute file import
- Dependencies are specified with particular versions to avoid potential external breaking changes (it just works)
- Examples of
- I/O interaction with react native elements
- texture usage
- object animation
Create good starter project that demonstrates how to make a simple game with three.js
React Native - https://reactnative.dev/
Three.js - https://threejs.org/
Three.js Fundamentals - https://threejsfundamentals.org/
Expo & Three.JS - https://github.com/expo/expo-three