Expo is a toolchain that allows you to quickly get a React Native app up and running without having to use native code in Xcode or Android Studio. The Expo Eject Step is necessary to eject your app to install any missing native dependencies. Installing the native dependencies is done by our dedicated Steps, such as Install missing Android SDK components and Run CocoaPods install.
Add the Step to your Workflow after the Step or Steps that install your app's Javascript dependencies (such as Run npm command or Run yarn command).
Set the Working directory input field to the value of your project directory. By default, you do not have to change this.
Provide your Expo username and password if you are using an Expo module that requires logging in before ejecting your app. Please refer to the Expo documentation for more information.
Specify the Expo CLI version.
The default value is latest but you can specify an exact version, such as 3.0.0.
Make sure that the Expo CLI version you use is compatible with your app.