Horizontal ScrollView Loop in React Native

Viewed 491

Checked different settings and sources, but can’t find the way to make an infinite horizontal scrolling with React Native, so that e.g. when the last image is reached, the next gesture would lead to the first image. Am I missing a setting, or is there a more sophisticated way of doing this? Please advise and if possible, share some code. Using external libraries is very undesirable.

enter image description here

0 Answers
Related