diff --git a/packages/api-proxy/src/platform/api/create-intersection-observer/rnIntersectionObserver.js b/packages/api-proxy/src/platform/api/create-intersection-observer/rnIntersectionObserver.js index ad311a4dc9..b6ece1e7ee 100644 --- a/packages/api-proxy/src/platform/api/create-intersection-observer/rnIntersectionObserver.js +++ b/packages/api-proxy/src/platform/api/create-intersection-observer/rnIntersectionObserver.js @@ -222,7 +222,7 @@ class RNIntersectionObserver { // index: index, id: this.observerRefs[index].getNodeInstance().props?.current?.id, dataset: this.observerRefs[index].getNodeInstance().props?.current?.dataset || {}, - intersectionRatio: Math.round(intersectionRatio * 100) / 100, + intersectionRatio, intersectionRect, boundingClientRect: observeRect, relativeRect: relativeRect,