Theme: {
        screen: require("./ThemeViewer").default(context),
        navigationOptions: () => ({
          tabBarLabel: props => <Label name="Theme" {...props} />,
          tabBarIcon: props => <Icon name="paint-brush" {...props} />