react-native-phone-wallpaper
v0.2.0
Published
test
Downloads
3
Readme
react-native-phone-wallpaper
A simple implementation of a RN library for updating phone wallpaper.
Installation
npm install react-native-phone-wallpaper
Usage
import { multiply } from 'react-native-phone-wallpaper';
import { setWallpaper } from 'react-native-phone-wallpaper';
// ...
const result = await multiply(3, 7);
const result: boolean = await setWallpaper(YOUR_IMAGE_URL);
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library