React Native Swiper

screenshot of React Native Swiper
react
react-native

The best Swiper component for React Native.

Overview

The react-native-swiper is a popular component that allows developers to implement swipeable views in their React Native applications. It provides various features and options for customization to enhance the user experience.

Features

  • Dependency Remove: Removed ViewPagerAndroid and now uses ScrollView.
  • Test Integration: Setup e2e test and corrected TypeScript types.
  • New Features: Added scrollTo method, disabled PrevButton prop, and optional page rendering.
  • Bug Fixes: Enhanced ES6 and CommonJS compatibility, fixed autoplay replay, and resolved state issues.
  • Changelogs: Detailed list of updates and fixes for each version.

Summary

The react-native-swiper component offers a range of features including test integration, new methods for customization, bug fixes, and enhanced compatibility. Developers can easily install the component by following the provided guide and leverage its capabilities to create engaging swipeable views in their React Native applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

react-native
React Native

React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.