---
title: Next steps
hideTOC: true
---

import { BoxLink } from '~/ui/components/BoxLink';
import { Brush01Icon, Settings02Icon, TableIcon } from '@expo/styleguide-icons';

The following resources are useful when learning more about User Interface.

<BoxLink
  title="UI programming"
  Icon={Brush01Icon}
  description="Learn more about background image, using SVG, styling buttons, and so on."
  href="/ui-programming/image-background/"
/>

<BoxLink
  title="UI component libraries"
  Icon={TableIcon}
  description="Learn about different UI libraries available in Expo and React Native ecosystem."
  href="/ui-programming/user-interface-libraries/"
/>

<BoxLink
  title="Using TypeScript"
  Icon={Settings02Icon}
  description="An in-depth guide on configuring an Expo project with TypeScript."
  href="/guides/typescript/"
/>
