Open fokoz opened 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}) }
I don't quite sure if it is because of react-navigation issue https://github.com/react-navigation/react-navigation/issues/6087
react-navigation
Device: iOS This code below cause laggy animation on scroll and blocking gesture