react-native-calendars-ts
Advanced tools
Comparing version 1.22.1 to 1.23.1
{ | ||
"name": "react-native-calendars-ts", | ||
"version": "1.22.1", | ||
"version": "1.23.1", | ||
"main": "src/index.js", | ||
@@ -17,3 +17,3 @@ "description": "React Native Calendar Components", | ||
"type": "git", | ||
"url": "git+https://github.com/wix/react-native-calendars" | ||
"url": "git+https://github.com/trunk-studio/react-native-calendars-ts" | ||
}, | ||
@@ -20,0 +20,0 @@ "publishConfig": { |
@@ -623,3 +623,3 @@ import _ from 'lodash'; | ||
/> | ||
{horizontal && this.renderWeekCalendar()} | ||
{horizontal && !isOpen && this.renderWeekCalendar()} | ||
{!hideKnob && this.renderKnob()} | ||
@@ -626,0 +626,0 @@ {!horizontal && this.renderHeader()} |
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
177174