@EvanBacon Crossy road clone from https://github.com/EvanBacon/Expo-Crossy-Road but inserted through iframe to tauri.
- VS Code + Volar + Tauri + rust-analyzer
Just use yarn
It should install all stuff here and in /game and compile react native web app from /game folder and move it to /public.
Now you just need to do yarn tauri:build
If you want to make changes in /game you will need to recompile stuff and move them to /public again. yarn
again should work for this.