Chapter 8: Creating Your Own Custom Components
After getting through all these lessons, we're now ready for more practical challenges, which are going to get us ready for creating fully-fledged React Native applications. We've touched upon all the basic and a bit more advanced information, so we're prepared to take on more difficult challenges.
In this chapter, we're going through four different exercises. The first one is going to be a simple exercise where we're going to use Galio's components to create new ones that'll fit our imaginary app. Doing this will once again prove to us how helpful Galio can be for almost all of our programming needs.
After that, we're going to create our own profile card. This exercise will mostly focus on layout and styling, as I feel this is a really important part of any app creation. Learning this will get us one step closer to creating the app of our dreams because nowadays, almost every app has a profile...