Profile: {
        screen: require("./Profile").default(context),
        navigationOptions: () => ({
          tabBarLabel: props => <Label name="Profile" {...props} />,
          tabBarIcon: props => <Icon name="user" {...props} />