add-android-widget-glance
Installation
SKILL.md
Add Android Widget (Glance)
Home screen widgets. Glance = Compose for widgets.
Reality check
RN/JS cannot run in widget context. Must drop to native Kotlin via Glance.
Path 1: Expo native config plugin
Create a custom config plugin that injects widget Kotlin code into the prebuild output.