wallpaper-manager-react-native
v1.0.0
Published
set Wallpaper with react-native
Downloads
20
Maintainers
Readme
wallpaper-manager-react-native
set Wallpaper with react-native
Install package:
npm i wallpaper-manager-react-native
Usage
import WallPaperManager from 'wallpaper-manager-react-native';
WallPaperManager.setWallpaper({uri: 'http://example.com/test.png', screen: 'lock/home/both'}, res => console.log(res));