Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajaybhatia/react-native-wallpaper-manager
Set Wallpaper with react-native
https://github.com/ajaybhatia/react-native-wallpaper-manager
android app cross-platform ios mobile-app react-native react-native-wallpaper wallpaper
Last synced: about 1 month ago
JSON representation
Set Wallpaper with react-native
- Host: GitHub
- URL: https://github.com/ajaybhatia/react-native-wallpaper-manager
- Owner: ajaybhatia
- Created: 2019-06-30T21:52:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-10T04:29:49.000Z (over 4 years ago)
- Last Synced: 2024-12-01T18:29:18.725Z (about 2 months ago)
- Topics: android, app, cross-platform, ios, mobile-app, react-native, react-native-wallpaper, wallpaper
- Language: Java
- Size: 7.81 KB
- Stars: 7
- Watchers: 1
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-native-wallpaper-manager
set Wallpaper with react-native
## Install
npm install --save @ajaybhatia/react-native-wallpaper-manager
## Link
react-native link @ajaybhatia/react-native-wallpaper-manager
## Usage
import WallPaperManager from '@ajaybhatia/react-native-wallpaper-manager';
WallPaperManager.setWallpaper({uri: 'http://example.com/test.png', screen: 'lock/home/both'}, res => console.log(res));## Contact
- Email:[[email protected]](mailto:[email protected])