Bar Collapsible React Native

It's a React Native bar component with different interactions: Text Only, Clickable, Collapsible.

Install

Install the package via npm:

npm i react-native-bar-collapsible --save

The React Native Vector Icons package is a dependency of this component and it's needed to link it, as you can read in its installation instructions.

In order to link it to the project first install rnpm

npm install rnpm -g

Then run the following command to link the react-native-vector-icons package

rnpm link react-native-vector-icons

GitHub