Chapter 4. Working with Styles and Layout
At this point, you may feel that the application is lacking a certain appeal. The success of any application relies greatly on how the user interface looks. Just like how React Native borrows from React on the web, the same thing goes for styles. In this chapter, you will learn how React Native styles and lays out the components with React CSS.
We will cover the following topics:
- What is React CSS?
- Creating Style Sheets
- Extending the
SimpleButton
to include custom styles - An introduction to layout with Flexbox
- Styling the
NavigationBar
- Styling the
NoteScreen