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 the scroll of my views, is there another way to do it without being with scrollview? I saw some old version, I do not know if I put this animation recently. So my code is as follows: render() { return ( <View> <ScrollView> <View style={styles.box}> </View> <View style={styles.box}> </View> <View style={styles.box}> </View> <View style={styles.box}> </View> <View style={styles.box}> <