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