1---
2title: Next steps
3hideTOC: true
4---
5
6import { BoxLink } from '~/ui/components/BoxLink';
7import { Brush01Icon, Settings02Icon, TableIcon } from '@expo/styleguide-icons';
8
9The following resources are useful when learning more about User Interface.
10
11<BoxLink
12  title="UI programming"
13  Icon={Brush01Icon}
14  description="Learn more about background image, using SVG, styling buttons, and so on."
15  href="/ui-programming/image-background/"
16/>
17
18<BoxLink
19  title="UI component libraries"
20  Icon={TableIcon}
21  description="Learn about different UI libraries available in Expo and React Native ecosystem."
22  href="/ui-programming/user-interface-libraries/"
23/>
24
25<BoxLink
26  title="Using TypeScript"
27  Icon={Settings02Icon}
28  description="An in-depth guide on configuring an Expo project with TypeScript."
29  href="/guides/typescript/"
30/>
31