Smith Gajjar
Results
1
comments of
Smith Gajjar
This worked for me ``` nextButtonClick = () => { if (this.flipBook && this.flipBook.pageFlip()) { this.flipBook.pageFlip().flipNext() } }; ```