A simple-to-use UI component/animation for double menu distribution in react native.
Basic Usage:
1. Install and import the component.
# NPM $ npm i react-native-vertical-distribution --save
import DoubleMenu from 'react-native-vertical-distribution';
2. Add the component to the app and pass the data (categories) for both of the columns/double menu.
<DoubleMenu firstMenu={DATA1} secondMenu={DATA2} />
Preview:
Download Details:
Author: raghiii
Live Demo: View The Demo
Download Link: Download The Source Code
Official Website: https://github.com/raghiii/react-native-vertical-distribution
License: MIT