Skip to content

Latest commit

 

History

History
48 lines (25 loc) · 610 Bytes

readme.md

File metadata and controls

48 lines (25 loc) · 610 Bytes

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
  • <APPLE_DEV_TEAM_ID> in plugins

Run on Local

yarn android
# or
yarn ios

Build on Server (EAS)

eas build --platform all --profile preview