Summary
In this chapter, you learned about the various React Native components that resemble the form elements from the Web that you're used to. You started off by learning about text input, and how each text input has its own virtual keyboard to take into consideration. Next, you learned about Picker
components that allow the user to select an item from a list of options. Then, you learned about Switch
components that are kind of like checkboxes.
In the final section, you learned how to implement generic date/time pickers that work on both iOS and Android. In the next chapter, you'll learn about modal dialogs in React Native.