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:
6
modules/wallpaper-android/expo-module.config.json
Normal file
6
modules/wallpaper-android/expo-module.config.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"platforms": ["android"],
|
||||
"android": {
|
||||
"modules": ["com.lively.wallpaper.WallpaperAndroidModule"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user