1.0.2 • Published 3 months ago

expo-wallpaper-manager v1.0.2

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

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

FileSummary
ExpoWallpaperManagerModule.kt► Kotlin Code for the wallpaper manager dependency
FileSummary
index.ts►Entry module for the js wallpaper manager
ExpoWallpaperManagerModule.ts►Native Module Wrapper

Getting Started

Installation

  1. 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

  1. Clone the expo-wallpaper-manager repository:
git clone https://github.com/roeintheglasses/expo-wallpaper-manager
  1. Change to the project directory:
cd expo-wallpaper-manager
  1. Install the dependencies:
yarn install

Contributing

Contributions are welcome! Here are several ways you can contribute:

  1. Fork the Repository: Start by forking the project repository to your github account.
  2. Clone Locally: Clone the forked repository to your local machine using a git client.
    git clone https://github.com/roeintheglasses/expo-wallpaper-manager
  3. Create a New Branch: Always work on a new branch, giving it a descriptive name.
    git checkout -b new-feature-x
  4. Make Your Changes: Develop and test your changes locally.
  5. Commit Your Changes: Commit with a clear message describing your updates.
    git commit -m 'Implemented new feature x.'
  6. Push to GitHub: Push the changes to your forked repository.
    git push origin new-feature-x
  7. 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.