I'm using react-native-wallpaper-manager library for setting an image(.jpg, .png) as my Android/iOS devices wallpaper. Now I want to set a GIF image (or animated image) as my wallpaper. Can you guys recommend me some react libraries to complete that task?
Asked
Active
Viewed 325 times
2
-
android example https://stackoverflow.com/questions/57453134/how-to-play-a-gif-using-imagebackground-in-react-native – Vasyl Nahuliak Jan 28 '21 at 07:58
-
That's not what I meant. I displayed the gif successfully in the app and it worked. But my question is that I cannot set that GIF as my wallpaper of my device home screen. – jackieTruong123 Jan 28 '21 at 08:03
-
iOS devices don't support animated gifs as wallpaper. iOS apps cannot set the wallpaper. – Paulw11 Jan 28 '21 at 08:15
-
then how about android, mate??? how can I do that by using react native libs? – jackieTruong123 Jan 28 '21 at 08:24