Introduction
Libraries and frameworks that run on top of React Native WebGPU.
Because React Native WebGPU is symmetric to its Web counterpart, the libraries the web ecosystem built on top of WebGPU run here too, with only React Native specific glue (manual present(), Metro resolution, worklet setup).
In this section we list the most popular integrations and give you a few recommendations on which stack to use for your project.
Integrations
| Integration | What it gives you |
|---|---|
| Worklets | Run render loops on the UI thread or a dedicated worklet runtime, off the JS thread |
| Vision Camera | Apply real-time WGSL effects to live camera frames via zero-copy importExternalTexture |
| Three.js | The WebGPURenderer from three/webgpu (scenes, cameras, materials) |
| React Three Fiber | Three.js as declarative JSX components |
| TensorFlow.js | On-device ML through the WebGPU backend |