0.4.0 • Published 6 years ago

react-native-wallpaper-enhanced v0.4.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

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

Credits