Summary: Hooks

Here's a quick summary of what we learned in this chapter.

We'll cover the following...

What have we learned?

This chapter started with a brief introduction to Hooks in React Native, and we learned about Hooks and why we use them. We also learned about rules and types of Hooks.

We then moved on to discuss each type of Hook and ...