AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
React Native: A Framework for State Management Decisions
The app is for the most part identical on Android and iOS. There's some slight differences with routing and the way, you know, the header renders between Android and iOS react navigation just handles that out of the box. We don't have any completely different files for each platform. It's just conditional logic within the components. So it hasn't been too bad, but I've heard the common wisdom that you should be doing Android first development with React Native because iOS tends to have better support.