<TouchableOpacity onPress={previousMonth}>
            {renderLeftLabel ? renderLeftLabel() : <Text>{'< Previous'}</Text>}
          </TouchableOpacity>