I saw a lot of people assuming that the jelly slider only lives on the web, but thanks to react-native-wgpu by
@wcandillon it can also live inside your React Native app.
The shader code stayed the same since it’s all TypeScript, and the TypeGPU plugin works with both Vite and Babel. The only change was event handling, made easy by react-native-gesture-handler.