1.0.0 • Published 11 months ago

widget-watchos-expo-plugin v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
11 months ago

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

expo install widget-watchos-expo-plugin

Usage

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

jsonCopy code

{
  "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 repository.

1.0.0

11 months ago

1.0.1-beta.2

11 months ago

1.0.1-beta.1

11 months ago

1.0.0-beta.4

1 year ago

1.0.0-beta.3

1 year ago

1.0.0-beta.2

1 year ago

1.0.0-beta.1

1 year ago

0.0.1

1 year ago