I want to use ScrollTo ( https://reactjsexample.com/scroll-to-a-position-in-react/ )but I need an onClick in order to do so. Howether I want to place it inside a Text , so I can only use onPress.While I could create a View, It would not have the same visual effect (the little hand when you hover over the text) .Does anyone know how to use ScrollTo with onPress or how to have the hand with onClick?
↧