expo-wallpaper-manager
v1.0.2
Published
Wallpaper Manager Module for Expo
Downloads
24
Maintainers
Readme
Quick Links
Overview
Native android Wallpaper Manager Module implementation for Expo based on the Android Wallpaper Manager API
Repository Structure
└── expo-wallpaper-manager/
├── README.md
├── android
│ ├── build.gradle
│ └── src
│ └── main
│ ├── AndroidManifest.xml
│ └── java
│ └── expo
├── expo-module.config.json
├── package-lock.json
├── package.json
├── src
│ ├── ExpoWallpaperManagerModule.ts
│ └── index.ts
├── tsconfig.json
└── yarn.lock
Modules
| File | Summary | | --- | --- | | ExpoWallpaperManagerModule.kt | ► Kotlin Code for the wallpaper manager dependency |
| File | Summary | | --- | --- | | index.ts | ►Entry module for the js wallpaper manager | | ExpoWallpaperManagerModule.ts | ►Native Module Wrapper |
Getting Started
Installation
- Install the expo-wallpaper-manager module in your expo project:
yarn add expo-wallpaper-manager
or
npm install expo-wallpaper-manager
Getting Started for Contributors
Module Installation
- Clone the expo-wallpaper-manager repository:
git clone https://github.com/roeintheglasses/expo-wallpaper-manager
- Change to the project directory:
cd expo-wallpaper-manager
- Install the dependencies:
yarn install
Contributing
Contributions are welcome! Here are several ways you can contribute:
- Submit Pull Requests: Review open PRs, and submit your own PRs.
- Join the Discussions: Share your insights, provide feedback, or ask questions.
- Report Issues: Submit bugs found or log feature requests for the
expo-wallpaper-manager
project.
- Fork the Repository: Start by forking the project repository to your github account.
- Clone Locally: Clone the forked repository to your local machine using a git client.
git clone https://github.com/roeintheglasses/expo-wallpaper-manager
- Create a New Branch: Always work on a new branch, giving it a descriptive name.
git checkout -b new-feature-x
- Make Your Changes: Develop and test your changes locally.
- Commit Your Changes: Commit with a clear message describing your updates.
git commit -m 'Implemented new feature x.'
- Push to GitHub: Push the changes to your forked repository.
git push origin new-feature-x
- Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
Once your PR is reviewed and approved, it will be merged into the main branch.
License
This project is protected under the GNU AGPLv3 License.