expo-calendar-kit 2.2.3 → 2.2.4

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.
@@ -2,7 +2,6 @@ import ExpoModulesCore
2
2
 
3
3
  public class ExpoCalendarKitModule: Module {
4
4
  public func definition() -> ModuleDefinition {
5
- print("🔥🔥🔥 MODULE DEFINITION() CALLED!")
6
5
  Name("ExpoCalendarKit")
7
6
 
8
7
  // Legacy functions for backward compatibility
@@ -37,7 +36,6 @@ public class ExpoCalendarKitModule: Module {
37
36
  }
38
37
 
39
38
  // Expose the calendar view component
40
- print("🔥🔥🔥 ABOUT TO REGISTER VIEW!")
41
39
  View(ExpoCalendarKitView.self) {
42
40
  // Props
43
41
  Prop("events") { (view: ExpoCalendarKitView, events: [[String: Any]]) in
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-calendar-kit",
3
- "version": "2.2.3",
3
+ "version": "2.2.4",
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",