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