Faraz Irfan

Results 12 comments of Faraz Irfan

+1 would be really helpful.

@ramanjaneya-karnati your solution works, I also had to update the swipeCard function and the following logic: ``` if(this.state.labelType != "none"){ this.setState({ labelType: LABEL_TYPES.NONE }) } ``` ``` swipeCard = (...

By simply adding the componentDidUpdate method in Swiper.js we can dynamically update cards without any lag or something. ``` componentDidUpdate(prevProps){ if(prevProps.cards.length != this.props.cards.length){ this.setState({ cards: this.props.cards }) } } ```

@gre just updated bug info

@gre here is full screenshot ![Screenshot_20200604-155829](https://user-images.githubusercontent.com/21068373/83748917-57f43880-a67c-11ea-95d1-02a6204598ea.png)

Same issue, even I am testing on android 9

@balwinders did you find the solution? what was the cause?