0.1.3 • Published 3 years ago

react-native-wallpaper-manage v0.1.3

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

React Native Wallpaper Manager 🚀

Installation

npm install react-native-wallpaper-manage

# OR

yarn install react-native-wallpaper-manage

Usage

import WallpaperManager, {TYPE} from "react-native-wallpaper-manage";

// ...

const result = WallpaperManager.setWallpaper(URL, TYPE.FLAG_LOCK)

Properties

Basic

PropDefaultTypeDescription
TYPEFLAG_SYSTEMenumFLAG_LOCK: the lock-screen-specific wallpaper. FLAG_SYSTEM: the system wallpaper.

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT