<FooterNavigation/>
Component renders a navigation at the footer of the page. Lets you navigate between Dashboards.
Views <Array>
The array should be an array of objects in the shape of:
{
link: <String>,
icon: <String>,
title: <String>
}
height <String> || <Number>
The height you want the FooterNavigation to be.