<TouchableOpacity onPress={nextMonth}>
            {renderRightLabel ? renderRightLabel() : <Text>{'Next >'}</Text>}
          </TouchableOpacity>