Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duell10111/widget-watchos-expo-plugin
https://github.com/duell10111/widget-watchos-expo-plugin
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/duell10111/widget-watchos-expo-plugin
- Owner: Duell10111
- Created: 2024-01-04T12:51:14.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-07-29T20:24:25.000Z (5 months ago)
- Last Synced: 2024-07-31T01:43:35.882Z (5 months ago)
- Language: TypeScript
- Size: 289 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.