vaibhavs2 / react-native-android-wallpaper

A React Native library to manage wallpaper in android devices, You can crop and set the wallpaper of you choice using image URLs
MIT License
2 stars 1 forks source link

Setting wallpaper automatically in background (question) #1

Open jasan-s opened 7 months ago

jasan-s commented 7 months ago

Is it possible to change the wallpaper automatically in the background using this lib?

I wanted to set a dynamic wallpaper based on time automatically. Or does it require user interaction to change it while the app is in foreground?

vaibhavs2 commented 6 months ago

@jasan-s For now it needs user interaction, I am not sure how will it behave after we schedule to change the wallpaper automatically. Will probably give it a try.