From the course: Create a CRM Mobile Application with React Native
Unlock the full course today
Join today to access over 24,400 courses taught by industry experts.
Explore material kit and vector icons - React Native Tutorial
From the course: Create a CRM Mobile Application with React Native
Explore material kit and vector icons
- [Instructor] This project will use a few libraries to make our application follow material design styles. For example, we'll set up material kit, a library full of great pre-built components, based on material design. We'll also explore a vector icon library that is pre-installed with Expo, so we can have icons we can use whenever we need them. With those two libraries, we should have everything we need to build great views very quickly. So let's jump to your console core command prompt for Windows to add those. So the first thing we need to do, if you want to follow along with the instructions, you can go to the webpage where we have the information about the vector icons. So you can go to docs.expo.dev, forward slash guides, forward slash icons. In the past, we needed to install this library separately, but now it's included directly inside of Expo. So if you look at this here, all we have to do at this point is import ionicons here from Expo Vector. So if you want to use…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.