bartonhammond / snowflake

:snowflake: A React-Native Android iOS Starter App/ BoilerPlate / Example with Redux, RN Router, & Jest with the Snowflake Hapi Server running locally or on RedHat OpenShift for the backend, or a Parse Server running locally or remotely on Heroku

Home Page:http://bartonhammond.github.io/snowflake/snowflake.js.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why is the tab bar transparent?

leonardgithub opened this issue · comments

Do you know why is the tab bar transparent?
captura de pantalla de 2016-09-11 21-12-22

By the way, how can I use my user-defined icon in tab bar? Thanks.

<Scene key='Main' title={I18n.t('Snowflake.main')} iconName={"home"} icon={TabIcon} hideNavBar component={Main} initial />

There's nothing in Snowflake that makes the tool bar transparent - please ask the maintainers.

Also, I don't know how you wrote all the data but I would assume that you didn't properly write a new component that manages it's view and constrains it's size. You may have to introduce a scroll container if the size of the display is too large.