meliorence / react-native-image-gallery

Pure JavaScript image gallery component for iOS and Android with high-performance and native feeling in mind
715 stars 298 forks source link

Laggy when using setParams react navigation on page selected #132

Open fokoz opened 5 years ago

fokoz commented 5 years ago

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 commented 5 years ago

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