Skip to content

Latest commit

 

History

History
66 lines (42 loc) · 1.96 KB

README.md

File metadata and controls

66 lines (42 loc) · 1.96 KB

RNExpoThree

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

Clone

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

Start

Note: it only works in Physical iPhone & Physical Android devices

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

Android APK

Download APK

Demo

  • Demo is laggy because it is in .gif, in actual device it would be much smoother 😉

iOS

  • Tested on Actual iPhone 15 in Release mode iOS Demo

Android

  • Tested on Actual Google Pixel 5 with release apk Android Demo

Have fun & wishing all newbies (like me) found happiness in programming! :p

Credits