Description:
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} />