Top "React-native-scrollview" questions

Detect ScrollView has reached the end

I have a Text with long text inside a ScrollView and I want to detect when the user has scrolled …

react-native react-native-scrollview
Horizontal scrollview snapping react native

Hi I am trying to achieve scrollview snap to center like below gif link Check This Gif But unable to …

ios react-native horizontalscrollview react-native-scrollview
How to get currently visible index in RN flat list

I have a horizontal flat list where each item is width:300 All I am trying to do is to get …

javascript react-native react-native-flatlist react-native-scrollview
Finding out scroll direction in react-native listview/scrollview

Is there a way to find out the scroll direction of react-native's listview/scrollview components? Native iOS components seem to …

react-native react-native-listview react-native-scrollview
ScrollView with flex 1 makes it un-scrollable

I'm trying to run flex on a ScrollView, and as long as the ScrollView has flex: 1 the scroll inside does …

react-native flexbox react-native-android react-native-scrollview
React native scrollview disable pull to refresh

I'm using the scrollview of react native v0.44.2 and I wanted to disable the pull to refresh and only generate …

react-native react-native-scrollview
scrollview can't scroll when focus textinput react native

I have a TextInput inside a ScrollView. The scroll isn't working when the TextInput is on focus. This problem is …

android-edittext react-native scrollview textinput react-native-scrollview
react-native - How do I scroll a Webview inside scrollview for android?

I want to use WebView inside ScrollView for my react native app. But if I do so, I am not …

react-native webview react-native-android react-native-scrollview
Automatically scroll the view up when keyboard is shown in react-native

How can I automatically scroll the view up when I focus in a TextInput box and a keyboard is shown …

react-native react-native-scrollview