React Native Viewpager

screenshot of React Native Viewpager
react-native

[Deprecated] ViewPager component for React Native

Overview

The react-native-viewpager is a JavaScript-only implementation of a pager for React Native, suitable for both Android and iOS. It offers features like auto-play, loop for infinite scrolling, and the ability to render hundreds of pages without performance issues. Please note that this repository is no longer being maintained.

Features

  • Cross-Platform Compatibility: Compatible with both Android and iOS platforms.
  • Auto-play: Automatically turn pages at specified intervals.
  • Infinite Scrolling: Provides infinite scrolling option for a seamless user experience.

Summary

The react-native-viewpager is a convenient and efficient solution for implementing pagers in React Native applications. Despite the lack of maintenance, it offers essential features like auto-play, infinite scrolling, and cross-platform support. The theme is provided under the MIT License, ensuring flexibility for developers.

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.