Use Expo Router with react-native-webgpu and Three.js to build cross-platform 3D and GPU-powered applications.
Bootstrap the project:
npx create-expo-app -e with-webgpuFinally you can start the app with npx expo run — this project requires a custom client.
Deploy on all platforms with Expo Application Services (EAS).
- Deploy the website:
npx eas-cli deploy— Learn more - Deploy on iOS and Android using:
npx eas-cli build— Learn more