0

Can't seem to customize the FooterTab properties.

In the documentation it doesn't say much about how to edit.

This is my code:

<FooterTab
  tabActiveBgColor="#4fb5f9"
  tabBarActiveTextColor="#2d83bc"
  tabBarTextColor="#6b6b6b">
  <Button>
    Inventory
    <Icon name="ios-list-box-outline" />
  </Button>
  <Button>
    Survey
    <Icon name="ios-camera-outline" />
  </Button>
</FooterTab>
c-chavez
  • 7,237
  • 5
  • 35
  • 49
JUAN ALVARES
  • 75
  • 11

1 Answers1

-1

Check the Docs for Customizing components

enter image description here

Change the variables here for FooterTab

Supriya Kalghatgi
  • 1,155
  • 9
  • 10
  • 1
    Please add the text of the code, not the image as suggested [here](https://meta.stackoverflow.com/questions/303812/discourage-screenshots-of-code-and-or-errors) – c-chavez Nov 13 '18 at 10:46