The Expo Plugin for Nx contains executors and generators for managing and developing an expo application within your workspace. For example, you can directly build for different target platforms as well as generate projects and publish your code.
@nrwl/expo
Package reference
Here is a list of all the executors and generators available from this package.
Guides
Executors
Start an EAS update for your expo project
Start an EAS build for your expo project
List all EAS builds for your Expo project
Download an EAS build
Build and sign a standalone IPA for the Apple App Store
Build and sign a standalone APK or App Bundle for the Google Play Store
Build the web app for production
Get the status of the latest build for the project
Deploy a project to Expo hosting
Specify the channel to serve a published release
Undo an update to a channel
Run the Android app binary locally or run the iOS app binary locally
Start a local dev server for the app or start a Webpack dev server for the web app
Syncs dependencies to package.json (required for autolinking).
Ensure workspace node_modules is symlink under app's node_modules folder.
Create native iOS and Android project files for building natively.
Install a module or other package to a project.
Export the JavaScript and assets for your app using Metro/webpack bundler
Generators
initInternal
Initialize the @nrwl/expo plugin
Create an application
Create a library
Create a component