An open API service indexing awesome lists of open source software.

https://github.com/kaissaroj/react-native-wallpaper

Set Wallpaper with react-native library (Android only)
https://github.com/kaissaroj/react-native-wallpaper

java libary react-native

Last synced: about 1 year ago
JSON representation

Set Wallpaper with react-native library (Android only)

Awesome Lists containing this project

README

          

# react-native-wallpaper
Set Wallpaper with react-native (Android only)
## Install

npm install --save https://github.com/kaissaroj/react-native-wallpaper.git
## Link
react-native link react-native-walle
## Usage

import RNWalle from "react-native-walle";

RNWalle.setWallPaper("http://i.imgur.com/DvpvklR.png", function(res) {
console.log(res);
//res : 'success'
//res : 'failed' or 'reason to fail while trying to set wallpaper'
});


#Feel free to Contribute