I Built Expo Go for Bare React Native — No Cables, No Expo Account, Just QR

If you use bare React Native CLI with custom native modules, you know the pain: USB cables, manual IP configuration, adb reverse, shaking your phone to set debug host...

Meanwhile, Expo Go users just scan a QR code and they're running.

I wanted that same experience — but for projects with custom native code. So I built Starship.

The Problem