eas-widget-example
eas-widget-example copied to clipboard
Example of a Widget in Expo's Managed Workflow (EAS).
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>
inplugins
Run on Local
yarn android
# or
yarn ios
Build on Server (EAS)
eas build --platform all --profile preview