Set Wallpaper with react-native
npm install git+https://[email protected]/vladimirevstratov/react-native-wallpaper-manager.git
import WallPaperManager from 'react-native-wallpaper-manager';
WallPaperManager.setWallPaper({uri: 'http://example.com/test.png'}, (res)=> console.log(res));