react-native-wallpaper-manager

April 6, 2017 · View on GitHub

set Wallpaper with react-native

Install

npm install --save react-native-wallpaper-manager

  react-native link react-native-wallpaper-manager

Usage

import WallPaperManager from 'react-native-wallpaper-manager';
WallPaperManager.setWallPaper({uri: 'http://example.com/test.png'}, (res)=> console.log(res));

Concat