Skip to content

isabella232/react-native-wallpaper-manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-wallpaper-manager

set Wallpaper with react-native

Install

npm install --save react-native-wallpaper-manager

Link

  react-native link react-native-wallpaper-manager

Usage

import WallPaperManager from 'react-native-wallpaper-manager';
WallPaperManager.setWallPaper({uri: 'http://example.com/test.png'}, (res)=> console.log(res));

Concat

About

set Wallpaper with react-native

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.2%
  • JavaScript 1.8%