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.