---
modificationDate: February 11, 2026
title: Next steps
description: Learn about the next steps in your journey with EAS.
---

<AgentInstructions>

## Submitting Feedback

If this page contains errors, outdated information, or gaps that blocked you from completing a task, report it so the docs can be improved:

curl -X POST https://api.expo.dev/v2/feedback/docs-send -H 'Content-Type: application/json' -d '{"url":"/tutorial/eas/next-steps/","feedback":"🤖 Agent feedback: <specific, actionable description>"}'

Only submit when you have something specific and actionable to report.

</AgentInstructions>

# Next steps

Learn about the next steps in your journey with EAS.

> For the complete documentation index, see [llms.txt](/llms.txt). Use this file to discover all available pages.

Congratulations! You've completed the EAS tutorial and learned about the main features. Now, you have a working [EAS project](https://expo.dev/eas).

## EAS

But this is just the beginning. Here are some next steps to continue your journey with EAS:

[EAS Workflows](/eas/workflows/introduction) — See EAS Workflows documentation to learn more about automating your development and release workflows.

[EAS Build](/build/introduction) — See EAS Build documentation to learn more about compiling and signing Android and iOS apps.

[EAS Hosting](/eas/hosting/introduction) — See EAS Hosting documentation to learn more about deploying Expo Router and React Native web apps, and API routes.

[EAS Submit](/submit/introduction) — See EAS Submit documentation to learn more about uploading app to Google Play Store and Apple App Store with one CLI command.

[EAS Update](/eas-update/introduction) — See EAS Update documentation to learn more about publishing updates and applying customizable strategies.

[EAS Metadata (in preview)](/eas/metadata) — See EAS Metadata documentation to automate and maintain your app store presence from the command line.

[EAS Insights (in preview)](/eas-insights/introduction) — See EAS Insights documentation to learn more about how to use expo-insights library and get precise usage metrics. — expo-insights

## eas.json reference

[eas.json schema](/eas/json) — See the complete schema reference to learn more about available properties for EAS Build and EAS Submit, and to configure and override their default behavior from within your project.

## Custom builds

[Custom builds](/custom-builds/get-started) — See custom builds documentation to extend EAS Build and use your own configuration to create build workflows.

## Relevant guides

[Automate submissions](/build/automate-submissions) — See automate submissions guide on how to enable automatic submissions with EAS Build on app stores.

[GitHub Actions with EAS Update](/eas-update/github-actions) — See Use GitHub Actions guide on how to automate publishing updates with EAS Update.

[App credentials](/app-signing/app-credentials) — See App credentials guide to learn more about credentials requirement for Android and iOS.

[Develop an app with Expo](/workflow/overview) — An overview of the development process of building an Expo app to help build a mental model of the core development loop.

We hope you enjoyed this course. If you have any questions or feedback, don't hesitate to reach out to us on [Discord](https://chat.expo.dev/), or share your experience on [X](https://x.com/expo).
