-
Notifications
You must be signed in to change notification settings - Fork 3k
Fix Expo 53 compatibility and optimize <Agenda> refresh logic #2664
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Hi I upgraded to Expo 53, what can I do to prevent this bug until new version will release? @edumana |
hey @rom529 You can set your package.json to use this branch's build like so: package.json
|
This works for me on Expo 53. When could we expect an official release? |
Any estimate for when this will be merged? :) |
Does anyone know when will it be an offical release or will be merged? |
Using this did fix the error, but Agenda is now not showing up at all on screen. Not sure what to do from here. |
Hi Wix team - anything we can do to help get this branch tested and merged? |
+1 |
Still happening with latest 1.1313.0, this PR needs some attention please 🙏 |
any update on this? |
Any updates on when this could get into a release? |
Excuse, why not merge this PR? Maybe there is any problem or BUG? |
Sometimes the monthly scrolling list gets stuck and we can't go into like the day view. |
Proposed Changes
Expo SDK 53 compatibility
Fixes a crash that surfaced as
Maximum update depth exceeded
when using<Agenda>
in Expo 53.Reliable reservation refresh
<Agenda>
now detects a newitems
reference and re‑renders the reservation data accordingly.Smoother updates in the underlying
FlatList
Reworked the update logic to avoid clearing and re‑setting state. This removes visual flicker and results in noticeably smoother scrolling.