React Native - trigger scrolling of FlatList outside the FlatList
问题 I have a vertical FlatList component and two buttons as TouchableOpacity , how do I perform scrolling of the FlatList with the buttons, i.e. 'scrolling the FlatList towards bottom` and 'scroll the FlatList towards top'? Minimal Example: <View> <FlatList/> <TouchableOpacity> <Text>Scroll towards Top</>Text </TouchableOpacity> <TouchableOpacity> <Text>Scroll towards Bottom</>Text </TouchableOpacity> </View> 回答1: This is not difficult to accomplish, The <Flatlist/> component already have methods