-
Book Overview & Buying
-
Table Of Contents
React and React Native - Sixth Edition
By :
This chapter introduced you to styles in React Native. Though you can use many of the same CSS style properties that you're used to, the CSS style sheets used in web applications look very different. Namely, they're composed of plain JavaScript objects.
Then, you learned how to work with the main React Native layout mechanism: Flexbox. This is the preferred way of laying out most web applications these days, so it makes sense to be able to reuse this approach in a native app. You created several different layouts, and you saw how they looked in portrait and landscape orientation. Mastering Flexbox layouts is essential for building professional React Native applications, as virtually every screen you create will rely on these techniques to arrange and adapt its content across different device sizes and orientations.
In the next chapter, you'll start implementing navigation for your app.
Scan the QR code (or go to packtpub...