react-native-wallpaper-enhanced
v0.4.0
Published
Set images as wallpaper in your react-native app.
Downloads
4
Maintainers
Readme
react-native-wallpaper-enhanced
Set images as wallpaper in your react-native app.
Install
npm install --save react-native-wallpaper-enhanced
OR
yarn add react-native-wallpaper-enhanced
react-native link react-native-wallpaper-enhanced
Usage
import WallPaperManager from 'react-native-wallpaper-enhanced';
WallPaperManager.setWallPaper({uri: 'http://example.com/test.png'}, (res)=> console.log(res));
Contact
- Email:[email protected]
Credits
- Email:[email protected]
- Forked from the original react-native-wallpaper-manager as its npm release hadn't been updated despite critical bug fixes.