Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.56 KB

README.md

File metadata and controls

52 lines (39 loc) · 1.56 KB

RNExpoThree

NOTE: this is outdated

For new example please refer to RNExpoThree


This is an example of 3D rendering using

    "react": "17.0.1",
    "react-native": "0.64.2",
    "base64-arraybuffer": "^1.0.1",
    "expo-gl": "^10.4.2",
    "expo-gl-cpp": "^10.4.1",
    "expo-three": "^5.7.0",
    "react-native-unimodules": "^0.14.6",
    "three": "^0.131.2"

Clone

git clone https://github.com/kyaroru/RNExpoThreeOld
cd RNExpoThreeOld
yarn install
cd ios && pod install // for ios

Start

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

npx react-native run-ios
or
npx react-native run-android

Have fun!

Credits