Summary
In this chapter, we have created the skeleton of our ReactNotes
application, walked you through how to create a new project, created Views
and custom components, navigated between the HomeScreen
and NoteScreen
, and debugged your application.
You now have a solid foundation for all of the topics we'll introduce throughout the rest of the book. However, there are two big problems with this application, it's not pretty and it doesn't do anything! In the next two chapters, we'll solve both of those problems and you'll be well on your way to master React Native!