Konstantin D.

Results 1 issues of Konstantin D.

A `ReanimatedError` was being thrown in `MessageContainer/renderCell` because we were accessing `props.item._id`—a non-serializable JavaScript object property—directly inside a Reanimated worklet (`daysPositions.modify`). Reanimated worklets run on a separate UI thread and...