Home / Companies / LogRocket / Blog / Post Details
Content Deep Dive

Implementing swiper components in React Native

Blog post from LogRocket

Post Details
Company
Date Published
Author
Clayton Francis
Word Count
4,562
Language
-
Hacker News Points
-
Summary

The tutorial explores building five different React Native swiper components using Expo, designed for various use cases such as app introductions and swipeable lists. It begins with creating an Expo project and setting up an intro screen using the React Native App Intro Slider, which utilizes FlatList for rendering slides. The guide then delves into creating swipeable FlatList components, implementing React Navigation Material Top Tabs for tab swiping, and using the popular react-native-snap-carousel library to create different carousel layouts. Finally, the tutorial covers building a swipeable list using react-native-swipe-list-view, which allows for interactive list items with swipeable actions. Throughout, the tutorial emphasizes the integration of these components into a cohesive React Native application and provides code examples to aid developers in implementing similar features in their own projects.