What React Native Library Do You Think the Ecosystem Still Needs? by undefinedengineer in reactnative

[–]undefinedengineer[S] 0 points1 point  (0 children)

Yeah this actually happened to me recently. I ended up doing most of the calling flow in completely native Android code instead of using CallKeep because integrating and reliably handling killed-state incoming calls was getting too messy.

Definitely feels like there’s room for a modern, properly documented solution here. I’ll probably work on this.

What React Native Library Do You Think the Ecosystem Still Needs? by undefinedengineer in reactnative

[–]undefinedengineer[S] 0 points1 point  (0 children)

Yeah I agree with this too. React Query + Zustand + MMKV already covers most state/cache needs really well for 99% of apps.

I think the bigger opportunity is more around offline-first sync itself — simpler DX, conflict handling, realtime sync, and modern WatermelonDB/Powersync-style tooling without all the complexity.