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)
- Host: GitHub
- URL: https://github.com/kaissaroj/react-native-wallpaper
- Owner: kaissaroj
- License: mit
- Created: 2018-12-10T17:08:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T17:39:37.000Z (over 7 years ago)
- Last Synced: 2025-04-03T01:06:01.785Z (about 1 year ago)
- Topics: java, libary, react-native
- Language: Java
- Homepage:
- Size: 8.79 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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