-
Why there is no way I can handle scroll event?
-
Is there onScroll props??
I need that...
-
I need x and y scrolling, how can i do this?
-
Se debe agregar una funcionalidad que cierra la página web cuando el usuario haga scroll
shk33 updated
9 years ago
-
### Description
I would like to have an ability to have 2 handlers (JS + reanimated) at the same time. Before I could achieve that using next code:
```tsx
const CustomScrollView = ({onScroll: o…
-
Hi,
U have slimscroll event which only triggers when it reaches top or bottom.
However this is not helpful in situations like where i want to mark some data as read , i need event `onScrolling` which …
mafar updated
9 years ago
-
当使用 `useWrapperDivAsScreen` 属性时,是以组件自身的 `div` 作为滚动容器,此时给组件添加的 `onScroll` 属性不会被调用
-
![Simulator Screen Shot - iPhone 14 - 2023-05-11 at 12 50 10](https://github.com/Shopify/flash-list/assets/44513402/ae77336e-d106-41ee-9136-8dda5d443646)
i get this error when i use `AnimatedFlashL…
-
here is listening to the window scroll event, but what if the scroll area is a div not the window, it seems won't be able to work , especially `onFetchMore` . so... i am getting stuck in this issue
…
-
**Is your feature request related to a problem? Please describe.**
from this [issue](https://github.com/hyochan/react-native-masonry-list/issues/26) we know that you already update onScroll props.
b…