“With only several brittle hacks and a bunch of custom work, we made something as good as just using native tech!”
(No shade intended on the author, but everything has a cost, and this is a lot of work to do something you could just get for free with SwiftUI)
We built this onboarding flow in React Native that feels better than most native apps
Here’s how we did it:
① Patched react-native-screens for a custom transition
② Button and stepper are rendered on top of the stack
③ Synced button state across screens via context
The



