You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
react-native does not provide an IntersectionObserver API for detecting when an UI view is in the viewport.
Describe the solution you'd like
We could provide a similar API that will ease some tasks related to our apps, like tracking product impressions in analytics. We should strive for an API as similar to IntersectionObserver on the web as possible, to allow for sharing opportunities between web and native code.
Is your proposal related to a problem?
react-native
does not provide anIntersectionObserver
API for detecting when an UI view is in the viewport.Describe the solution you'd like
We could provide a similar API that will ease some tasks related to our apps, like tracking product impressions in analytics. We should strive for an API as similar to
IntersectionObserver
on the web as possible, to allow for sharing opportunities between web and native code.Describe alternatives you've considered
react-native-intersection-observer
The text was updated successfully, but these errors were encountered: