expo sqlite change notifications are called once for every single row in the DB, even when writing a single row
Open
- Dominant language
- TypeScript
- Stars
- 22
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
one edit results in being notified 4 times and us re-pulling changes 4 times per edit.
I think:
- Notifications should be collected over the period of 1 transaction
- All accumulated notifications dispatched at once as a single event
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.