expo-calendar-kit 2.0.8 → 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.
|
@@ -2,11 +2,11 @@ import ExpoModulesCore
|
|
|
2
2
|
|
|
3
3
|
public class ExpoCalendarKitModule: Module {
|
|
4
4
|
public func definition() -> ModuleDefinition {
|
|
5
|
-
print("🔥 ExpoCalendarKitModule definition() called - MODULE IS LOADING")
|
|
6
5
|
Name("ExpoCalendarKit")
|
|
7
6
|
|
|
8
7
|
// Legacy functions for backward compatibility
|
|
9
8
|
Function("hello") { () -> String in
|
|
9
|
+
print("🔥 ExpoCalendarKitModule: hello() called - MODULE IS WORKING!")
|
|
10
10
|
return "Hello from ExpoCalendarKit with CalendarKit integration!"
|
|
11
11
|
}
|
|
12
12
|
|