From the course: Create a CRM Mobile Application with React Native
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Project folder structure - React Native Tutorial
From the course: Create a CRM Mobile Application with React Native
Project folder structure
- [Instructor] Let's take a look at the project structure and what are the files included with an Expo build. Note to self, if you've ever done React Native, the CLI approach, you have more files here, and you have like the iOS and Android files. And if you want to write specific codes to these specific files for targeting these target OS, it's in the folder structure here. But when you do an Expo version, it doesn't have any of that. Expo actually supports not only Android and iOS but also the web, so you can leverage this to create a build after that either for web, for iOS, or Android. So, this is the beauty of working with Expo. Right now, this is basically a React Native project supported by Expo. But once you're done with this, if you want to do a build, specifically to all these different target OS, then you create a build and we're going to take a look at this later on in this course. So right now, what we're going to do is just explore what Expo offers for the file folder…
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.