react-native-image-gallery
react-native-image-gallery copied to clipboard
Laggy when using setParams react navigation on page selected
Device: iOS This code below cause laggy animation on scroll and blocking gesture
onChangeImage = (index) => {
this.setState({ index });
this.props.navigation.setParams({index: index+1})
}
I don't quite sure if it is because of react-navigation
issue
https://github.com/react-navigation/react-navigation/issues/6087