-
|
Hi,
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi, don’t have a solution for your problem, but I have a working App for React Native / Expo and corresponding Backend. Maybe that helps: |
Beta Was this translation helpful? Give feedback.
While @RBedbur 's code did not directly help, it should be very helpful for us going forward when we try to upgrade our Expo stack from expo@52 to expo@54.
Finally, we could find the root cause of the issue that we were facing - we had ended up passing multiple instances of the same model entity to the
changesarray, ie the de-duplication code at our end was broken. Hence, once the 1st entity got processed and the second (duplicate) entity was seen by the sync code, it was flagged as already prepared.Hope this helps anyone else who ends up facing a similar issue as us!