Note: This is an Expo project created with create-expo-app
.
Other that that, this is also a newer example of 3D rendering using
Old version with Bare React Native is at RNExpoThreeOld
git clone https://github.com/kyaroru/RNExpoThree
cd RNExpoThree
yarn install
npx expo prebuild --clean
Note: using npx expo prebuild ensure you're always having clean android
and ios
folder
Automatic Way (always fails to build on first attempt)
yarn ios
or
yarn android
Manual way (my preferred method)
Run yarn start & then install using Android Studio or Xcode
- Demo is laggy because it is in
.gif
, in actual device it would be much smoother 😉
Have fun & wishing all newbies (like me) found happiness in programming! :p