expo-calendar-kit 2.1.1 → 2.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -167,7 +167,7 @@ public class ExpoCalendarKitView: UIView, DayViewDelegate, EventDataSource {
167
167
  private func applyStyle() {
168
168
  guard let dayView = dayView else { return }
169
169
 
170
- var style = CalendarKit.CalendarStyle()
170
+ var style = CalendarStyle()
171
171
 
172
172
  // Apply only the colors that are supported by CalendarKit
173
173
  if let headerBgColor = customCalendarStyle.headerBackgroundColor {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-calendar-kit",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "Expo module wrapping the native Swift CalendarKit library for React Native apps",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",