React-Native Horizontal Scroll View Pagination: Preview Next Page/Card
I spend a lot of time fighting with this until I figured it out so here is my solution if it helps someone. https://snack.expo.io/H1CnjIeDb Problem was all these were required and pagination should be turned off horizontal={true} decelerationRate={0} snapToInterval={width – 60} snapToAlignment={“center”}