react-native-set-wallpaper
v1.0.4
Published
Sets wallpaper with react-native
Downloads
20
Maintainers
Readme
react-native-set-wallpaper
Set wallpaper with react-native
Install
npm install --save react-native-set-wallpaper
Link
react-native link react-native-set-wallpaper
Usage
import WallPaperManager from "react-native-set-wallpaper";
WallPaperManager.setWallpaper({ uri: "http://example.com/test.png" }, (res) => {
console.log(res);
});