From c635a98a19e211c4922271f69804f381392abd38 Mon Sep 17 00:00:00 2001 From: William Candillon Date: Wed, 19 Nov 2025 16:56:08 +0100 Subject: [PATCH] Add instructions on how to create a WGPU expo template --- README.md | 4 ++++ packages/webgpu/README.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 3a4dc6a6e..2670e0432 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ npm install react-native-wgpu Expo provides a React Native WebGPU template that works with React Three Fiber. The works on iOS, Android, and Web. +``` +npx create-expo-app@latest -e with-webgpu +``` + https://github.com/user-attachments/assets/efbd05f8-4ce0-46c2-919c-03e1095bc8ac Below are some examples from the [example app](/apps/example/). diff --git a/packages/webgpu/README.md b/packages/webgpu/README.md index 3a4dc6a6e..2670e0432 100644 --- a/packages/webgpu/README.md +++ b/packages/webgpu/README.md @@ -17,6 +17,10 @@ npm install react-native-wgpu Expo provides a React Native WebGPU template that works with React Three Fiber. The works on iOS, Android, and Web. +``` +npx create-expo-app@latest -e with-webgpu +``` + https://github.com/user-attachments/assets/efbd05f8-4ce0-46c2-919c-03e1095bc8ac Below are some examples from the [example app](/apps/example/).