Skip to content

A simple implementation of a RN library for updating phone wallpaper.

License

Notifications You must be signed in to change notification settings

vision72/react-native-wallpaper

Repository files navigation

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