- Create a styled sign-in form using StyleSheet for organizing CSS-like styles
- Learn how to properly style React Native components with View wrappers for elements like Button
- Implement form inputs with TextInput components and proper styling for good UX
- Manage form state with useState hooks to capture email and password values
- Connect the sign-in button to authentication functions and navigation
Link to the repository
[Only for premium members]
Let's work on the first page we will see - the Sign-In page:
For this page, we will touch on a couple key concepts:
Styling Elements
Routing
Input/Form management without API calls
So let's ...
The full lesson is only for Premium Members.
Want to access all 19 text lessons of this course?
(91 min read)