react-native-calendars-fei
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "react-native-calendars-fei", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"main": "src/index.js", | ||
@@ -5,0 +5,0 @@ "description": "React Native Calendar Components", |
@@ -8,2 +8,3 @@ import React, { Component } from 'react'; | ||
import { weekDayNames } from '../../dateutils'; | ||
import { xdateToData } from '../../interface'; | ||
import { | ||
@@ -95,3 +96,3 @@ CHANGE_MONTH_LEFT_ARROW, | ||
{this.props.renderArrow | ||
? this.props.renderArrow('left') | ||
? this.props.renderArrow('left', xdateToData(this.props.month)) | ||
: <Image | ||
@@ -111,3 +112,3 @@ source={require('../img/previous.png')} | ||
{this.props.renderArrow | ||
? this.props.renderArrow('right') | ||
? this.props.renderArrow('right', xdateToData(this.props.month)) | ||
: <Image | ||
@@ -114,0 +115,0 @@ source={require('../img/next.png')} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
115637
2729