Skip to content

Commit c635a98

Browse files
committed
Add instructions on how to create a WGPU expo template
1 parent 9e4d789 commit c635a98

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ npm install react-native-wgpu
1717
Expo provides a React Native WebGPU template that works with React Three Fiber.
1818
The works on iOS, Android, and Web.
1919

20+
```
21+
npx create-expo-app@latest -e with-webgpu
22+
```
23+
2024
https://github.com/user-attachments/assets/efbd05f8-4ce0-46c2-919c-03e1095bc8ac
2125

2226
Below are some examples from the [example app](/apps/example/).

packages/webgpu/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ npm install react-native-wgpu
1717
Expo provides a React Native WebGPU template that works with React Three Fiber.
1818
The works on iOS, Android, and Web.
1919

20+
```
21+
npx create-expo-app@latest -e with-webgpu
22+
```
23+
2024
https://github.com/user-attachments/assets/efbd05f8-4ce0-46c2-919c-03e1095bc8ac
2125

2226
Below are some examples from the [example app](/apps/example/).

0 commit comments

Comments
 (0)