Summary
In this chapter, we learned about the various React Native components that resemble the form elements from the web that we’re used to. We started off by learning about text input and how each text input has its own virtual keyboard to take into consideration. Next, we learned about Picker
components, which allow the user to select an item from a list of options. Then, we learned about the Switch
component, which is kind of like a checkbox. With these components, you will be able to build a form of any complexity.
In the final section, we learned how to implement generic date/time pickers that work on both iOS and Android. In the next chapter, we’ll learn about modal dialogs in React Native.