Skip to main content

Compile

When your code is fully ready and you get no error in your development expo server. That means now we are ready to compile the app code to native Android and IOS code. As Android and IOS both are different platform from each other so we need to compile our app 2 times. One time we will compile the app for android and another time we will compile the app for IOS.

You may need the EAS Cli to perform the build command. To install the EAS Cli run this command.

npm install -g eas-cli@latest