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
I just made a little exploration and my opinion is that support of react-native should be out of the scope.
Implementation of use-scroll-direction is heavily based on DOM and window APIs (browser APIs) which obviously are not implemented in react native.
So doing the same operations will require almost double of new code which makes it without sense to have them there.
The react native implementation should be done as a separate library.
No description provided.
The text was updated successfully, but these errors were encountered: