Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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])