How to change device wallpaper with react native (in 2021)

610 Views Asked by At

I am trying to build an app which can change the wallpaper.. I tried using react-native-manage-wallpaper to do the same; but I am getting this error:

TypeError: null is not an object (evaluating '_reactNative.NativeModules.WallPaperManager.setWallpaper')

I have explained this problem here in detail: I am getting an error while using manage-wallpaper library in react native

I have also tried solutions described here and here

But I haven't yet got any useful solution anywhere...Is there a way to do the same task using any other library?

0

There are 0 best solutions below