Skip to content

kaissaroj/react-native-wallpaper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Set Wallpaper with react-native library (Android only)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published