Skip to content

Example of a Widget in Expo's Managed Workflow (EAS).

Notifications You must be signed in to change notification settings

aLemonFox/eas-widget-example

 
 

Repository files navigation

Here is an example of a Widget in Expo's Managed Workflow (EAS).

Android iOS

Folders

  • plugin: Config Plugins
  • widget: Template files for widget

Set up

Install

yarn install

Edit app.json

Edit following fields.

  • android.package
  • ios.bundleIdentifier
  • extra.eas.build.experimental.ios.appExtensions
  • <APPLE_DEV_TEAM_ID> in plugins

Run on Local

yarn android
# or
yarn ios

Build on Server (EAS)

eas build --platform all --profile preview

About

Example of a Widget in Expo's Managed Workflow (EAS).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 74.2%
  • Swift 11.2%
  • Kotlin 8.7%
  • JavaScript 5.9%