Skip to content
/ expo-r3f-starter Public template

An Expo starter project for React Three Fiber

Notifications You must be signed in to change notification settings

youngerjo/expo-r3f-starter

Repository files navigation

Expo R3F Starter

Warning

According to Apple's deprecation of OpenGL support on iOS devices, this starter no longer works on modern iOS devices. Please refer to CodyJasonBennett's comment on this issue.

An Expo starter project for React Three Fiber based on Cody Bennett's R3F React Native Starter. Supports both native and web environments.

Install

$ yarn

Run

$ yarn start

Features

Limits

  • Rendering on iOS devices are not supported anymore due to deprecation of OpenGL support from Apple.
  • Hence the limits of Three.js's native support, some classes and components are not applicable in the native environment (e.g. OrbitControls). Please find your own solutions.

License

MIT