@ajaybhatia/react-native-wallpaper-manager

set Wallpaper with react-native

Usage no npm install needed!

<script type="module">
  import ajaybhatiaReactNativeWallpaperManager from 'https://cdn.skypack.dev/@ajaybhatia/react-native-wallpaper-manager';
</script>

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