More Premium Hugo Themes Premium React Themes

React Native Draganddrop Board

DragAndDropBoard is a simple React Native library, enabling to create a scrollable board component with carousel, sortable columns and draggable cards for your iOS and Android apps

React Native Draganddrop Board

DragAndDropBoard is a simple React Native library, enabling to create a scrollable board component with carousel, sortable columns and draggable cards for your iOS and Android apps

Author Avatar Theme by bear-junior
Github Stars Github Stars: 190
Last Commit Last Commit: Dec 18, 2020 -
First Commit Created: Dec 18, 2023 -
React Native Draganddrop Board screenshot

Overview

The react-native-draganddrop-board is a simple React Native library that allows users to create a scrollable board component with a carousel, sortable columns, and draggable cards for iOS and Android apps.

Features

  • Carousel: Create a scrollable board component with a carousel feature.
  • Sortable Columns: Arrange columns in a sortable manner.
  • Draggable Cards: Enable cards to be draggable within the board.

Installation

To install the react-native-draganddrop-board library, you can use either npm or yarn:

npm install react-native-draganddrop-board

or

yarn add react-native-draganddrop-board

Summary

The react-native-draganddrop-board library provides a convenient way to create a scrollable board component with carousel, sortable columns, and draggable cards for both iOS and Android apps. It offers features such as the ability to build and fill the board with data, customization options for cards and columns, and easy data updates without requiring a complete rerendering of the board. Overall, it provides a user-friendly solution for implementing drag-and-drop functionality in React Native applications.