react native scroll to bottom detox code example
Example: detox scroll to element
await waitFor(element(by.id('elementTestId'))).toBeVisible()
.whileElement(by.id('srollViewTestId')).scroll(100, 'down')
await waitFor(element(by.id('elementTestId'))).toBeVisible()
.whileElement(by.id('srollViewTestId')).scroll(100, 'down')