0.2.0 • Published 1 year ago

react-native-phone-wallpaper v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

0.2.0

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago