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
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.
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
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.