React Native Swipeout

screenshot of React Native Swipeout
react-native

iOS-style swipeout buttons behind component

Overview

The React Native Swipeout component is deprecated and no longer supported. Users are advised to consider using the React Native Gesture Handler instead.

Features

  • iOS-style swipeout buttons: Buttons that appear from behind a component in an iOS style.
  • Auto close: Option to close on button press automatically.
  • Customization: Ability to set button backgrounds, colors, and types.

Summary

The React Native Swipeout component provides iOS-style swipeout buttons for React Native applications. With features like auto close, customization options for buttons, and integration with iOS-style list items, the Swipeout component offers a simple way to enhance user interactions in your applications. However, since it is deprecated, users are encouraged to explore alternative solutions like the React Native Gesture Handler.

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.