Ask HN: Most common debugging challenges you've faced in Flutter / React Native?
And how did you overcome them? Are there any gaps in the existing tools like crashlytics or instabug which needs to be bridged specifically for flutter and react native?
3 comments
[ 2.8 ms ] story [ 17.4 ms ] threadThat being said, it's not terribly frustrating, and I really enjoy RN dev. You just need to make sure to still test on each OS you're targeting.
Regarding tooling, I don't think you'll have any issues finding a crash/bug reporting solution that is easy to set up for each OS.
Also, Expo is the recommended platform on which to build RN apps [0]. It's very mature and they develop and maintain many high quality packages.
[0] https://reactnative.dev/blog/2024/06/25/use-a-framework-to-b...
For React Native, I've often struggled with inconsistent behavior between iOS and Android during debugging.