This is part of the Semicolon&Sons Code Diary - consisting of lessons learned on the job. You're in the workflows category.
Last Updated: 2024-11-21
When working on multiple platforms (e.g. React Native), use a different platform every alternate day (Android vs iOS) to root out platform specific bugs or blockers early.
I got caught last minute by surprise when the WebView API different on Android and then payments failed (despite working on iOS)