onNextStart
onNextStart will pass both the current and next item-object:
(currentItem, nextItem) => {/*...*/}
- The item-objecthas the shape of:
{item: {/* your item */},index: // the item's index number}