Bootcamp Notes – Day 6 (Wed) – React Native: Week 2: Forms and Modals

React Native Forms and Modals The first thing you need to understand about Forms in React Native, that there is no direct equivalent to the HTML <form> In React, you still had to use components (such as Form and…