---
title: Next steps
description:
---

import { BoxLink } from '~/ui/components/BoxLink';
import { BuildIcon, Lock01Icon } from '@expo/styleguide-icons';

The following resources are useful when learning more about development builds or EAS Build:

<BoxLink
  title="Configuring EAS Build with eas.json"
  description="Learn how a project using EAS services is configured with eas.json."
  href="/build/eas-json/"
  Icon={BuildIcon}
/>

<BoxLink
  title="Environment variables"
  description="Learn about different ways to use environment variables in an Expo project."
  href="/guides/environment-variables/"
  Icon={Lock01Icon}
/>

<BoxLink
  title="Android build process"
  description="Learn how an Android project is built on EAS Build."
  href="/build-reference/android-builds/"
  Icon={BuildIcon}
/>

<BoxLink
  title="iOS build process"
  description="Learn how an iOS project is built on EAS Build."
  href="/build-reference/ios-builds/"
  Icon={BuildIcon}
/>

<BoxLink
  title="Set up EAS Build with a monorepo "
  description="Learn how to set up EAS Build with a monorepo."
  href="/build-reference/build-with-monorepos/"
  Icon={BuildIcon}
/>
