expo-wallpaper-manager
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

EXPO-WALLPAPER-MANAGER

Wallpaper Manager Module for Expo

license last-commit repo-top-language repo-language-count

Developed with the software and tools below.

Kotlin React-Native TypeScript Gradle Expo


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

Android Modules
File Summary
ExpoWallpaperManagerModule.kt ► Kotlin Code for the wallpaper manager dependency
JS Module
File Summary
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:

Contributing Guidelines
  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.


Package Sidebar

Install

npm i expo-wallpaper-manager

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

16.3 kB

Total Files

27

Last publish

Collaborators

  • roeintheglasses