Open MaliciousFiles opened 3 months ago
With iOS widgets, the Module.swift file would automatically become the ExpoWidgetsModule.swift file. That was not the case for a Module.kt file, but should be now. I followed the exact same format as is used in the iOS version.
Module.swift
ExpoWidgetsModule.swift
Module.kt
With iOS widgets, the
Module.swift
file would automatically become theExpoWidgetsModule.swift
file. That was not the case for aModule.kt
file, but should be now. I followed the exact same format as is used in the iOS version.