feat: add Android live wallpaper native module

WallpaperService with OpenGL ES 2.0 rendering, 6 GLSL
fragment shaders, gyroscope integration, frame capping at
24fps with visibility-based pause. Expo Module API bridge
for config persistence and system wallpaper picker launch.
This commit is contained in:
Mathis Pruvot
2026-05-28 11:49:57 +00:00
parent 0e1716738e
commit 84809378d1
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{
"platforms": ["android"],
"android": {
"modules": ["com.lively.wallpaper.WallpaperAndroidModule"]
}
}