expo-calendar-kit 2.0.7 → 2.0.9

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.
@@ -6,6 +6,7 @@ public class ExpoCalendarKitModule: Module {
6
6
 
7
7
  // Legacy functions for backward compatibility
8
8
  Function("hello") { () -> String in
9
+ print("🔥 ExpoCalendarKitModule: hello() called - MODULE IS WORKING!")
9
10
  return "Hello from ExpoCalendarKit with CalendarKit integration!"
10
11
  }
11
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-calendar-kit",
3
- "version": "2.0.7",
3
+ "version": "2.0.9",
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",