0.3.16 • Published 3 years ago

@rahuljain840/react-native-wallpaper-manager v0.3.16

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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