React-Native Horizontal Scroll View Pagination: Preview Next Page/Card
问题 I want to to a horizontal ScrollView with pagination enabled with one special requirement: each page (or card) is 90% of the container wide. The remaining 10% should be a preview of the next page. It is possible to do this with ScrollView? Can I somehow specify the width of the pagination instead of taking the width of the container? (image taken from this similar question: React Native Card Carousel view?) 回答1: You can absolutely do that with ScrollView or, even better, FlatList . However,