Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 382 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 382 Bytes

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);
});