react-native-image-gallery icon indicating copy to clipboard operation
react-native-image-gallery copied to clipboard

Laggy when using setParams react navigation on page selected

Open fokoz opened this issue 5 years ago • 1 comments

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})
     }

fokoz avatar Jul 13 '19 18:07 fokoz

I don't quite sure if it is because of react-navigation issue https://github.com/react-navigation/react-navigation/issues/6087

fokoz avatar Jul 14 '19 06:07 fokoz