set Wallpaper with react-native
npm install wallpaper-manager-react-nativeset Wallpaper with react-native
npm i wallpaper-manager-react-native
import WallPaperManager from 'wallpaper-manager-react-native';
WallPaperManager.setWallpaper({uri: 'http://example.com/test.png', screen: 'lock/home/both'}, res => console.log(res));