Amine Bl
Amine Bl
Hi @izakfilmalter , `parseDates` was just added recently ([v0.3.1](https://github.com/aminerol/react-query-firestore/releases/tag/v0.3.1)) and not mentioned in the readme. but i will for sure update readme to cover all the fixes and new features....
in Android, they have what they call dynamic instrumentation where you can set up hooks on methods. not sure if this is what it's needed or the equivalent for Method...
@Mohamed-kassim you need to pass a function to second argument of memo that returns a boolean, in your snack example it will always re-render on changing the tabs. snack: https://snack.expo.dev/ML9MEZOtl
Hey @kahest, this works just fine on android, and this was tested on real device with production bundle using testflight. and yes the black replays starts happening only after enabling...
Thanks for clarifying the differences between the two settings. We initially enabled `enableViewRendererV2`, but unfortunately it didn’t resolve the frame drops we were seeing especially the visible jumps during scrolling....
yes fore sure, ill get back to you when the reproducer is ready, thanks a bunch
Hey @kahest, this is a minimal reproducer for black session replays on iOS https://github.com/aminerol/black-session-replays-ios. let me know if can help with anything else
hey @philprime @kahest , just checking in any updates on this one?
Thanks for the update @philprime 🙏 No worries. Just to flag, I also noticed that all session replays are now showing the label UIViewController instead of the actual screen name...
I’ve set up a small sample app in a private GitHub repo that reproduces the scrolling lag and frame drops when Session Replay is enabled. The issue appears on the...