React Native @reactnative.dev · Dec 10

Intersection Observers (Canary) Continuing our expansion of Web APIs in React Native, we've added IntersectionObserver, which allows you write code responding to layout intersections.

1 likes 1 replies

?

Replies

React Native · Dec 10

Web Performance APIs as stable As introduced in 0.82, React Native now implements new performance APIs from Web, such as PerformanceObserver, performance.mark/measure, and high resolution timings — now enabled by default.