---
modificationDate: December 12, 2024
title: Next steps
description: A list of useful resources to learn more about implementing navigation and UI in your app.
---

<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":"/develop/user-interface/next-steps/","feedback":"🤖 Agent feedback: <specific, actionable description>"}'

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

</AgentInstructions>

# Next steps

A list of useful resources to learn more about implementing navigation and UI in your app.

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

[Use TypeScript](/guides/typescript) — An in-depth guide on configuring an Expo project with TypeScript or migrating an existing JavaScript project.

[Icons](/guides/icons) — Learn how to use various types of icons in your Expo app, including vector icons, custom icon fonts, icon images, and icon buttons.

[ESLint and Prettier](/guides/using-eslint) — A guide on configuring ESLint and Prettier to format Expo projects.
