Miguel Brandão
Results
1
comments of
Miguel Brandão
> This is how it worked for me > > ``` > const [canmomentum, setCanMomentum] = useState(false); > onScroll={( event ) => { > setCanMomentum(true) > }} > onMomentumScrollEnd={() =>...