Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/duell10111/widget-watchos-expo-plugin


https://github.com/duell10111/widget-watchos-expo-plugin

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# widget-watchos-expo-plugin

This Expo plugin is inspired by and based on the `mpiannucci/eas-widget-watchos-example` GitHub repository. It's designed to seamlessly integrate watchOS and widget targets into the iOS project of your Expo app.

## Features

- **Easy Integration**: Add watchOS and widget capabilities to your Expo app with minimal configuration.
- **WatchOS Support**: Extend your app's functionality to Apple Watch.
- **Widget Support**: Create custom widgets for the iOS home screen.

## Installation

bashCopy code
```bash
expo install widget-watchos-expo-plugin
```

## Usage

After installation, add the plugin to your `app.json` or `app.config.js`:

jsonCopy code
```json
{
"expo": {
"plugins": [
"widget-watchos-expo-plugin"
]
}
}
```

## Configuration

This plugin requires some specific configurations. Please refer to the documentation for detailed steps.

## Example

For a complete example, check out the [`mpiannucci/eas-widget-watchos-example`](https://github.com/mpiannucci/eas-widget-watchos-example) repository.