gitn00b1337 / expo-widgets

Bringing widget functionality to expo!
148 stars 12 forks source link

Allow replacing the expo bridge module's native Android code #24

Open MaliciousFiles opened 3 months ago

MaliciousFiles commented 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.