expo-calendar-kit 2.2.2 → 2.2.3

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.
@@ -39,7 +39,6 @@ public class ExpoCalendarKitModule: Module {
39
39
  // Expose the calendar view component
40
40
  print("🔥🔥🔥 ABOUT TO REGISTER VIEW!")
41
41
  View(ExpoCalendarKitView.self) {
42
- print("🔥🔥🔥 VIEW BLOCK EXECUTED!")
43
42
  // Props
44
43
  Prop("events") { (view: ExpoCalendarKitView, events: [[String: Any]]) in
45
44
  print("🔥🔥🔥 MODULE: Prop setter called with \(events.count) events")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-calendar-kit",
3
- "version": "2.2.2",
3
+ "version": "2.2.3",
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",