
iOS-style swipeout buttons behind component
The React Native Swipeout component is deprecated and no longer supported. Users are advised to consider using the React Native Gesture Handler instead.
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 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.