Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Getting Started with React Native

You're reading from   Getting Started with React Native Learn to build modern native iOS and Android applications using JavaScript and the incredible power of React

Arrow left icon
Product type Paperback
Published in Dec 2015
Publisher
ISBN-13 9781785885181
Length 172 pages
Edition 1st Edition
Languages
Arrow right icon
Toc

Layout and Flexbox

Since Flexbox is the foundation of React Native's layout, we are going to explore it in depth. If you are already familiar with the intricacies of Flexbox, feel free to jump to the Styling the NavigationBar component section. There we will focus more on the styling of the components that we made in the previous chapter.

Flex container

The flex container is the parent element that describes how children or flex items are laid out. The flexDirection property of the container specifies the main-axis; the primary direction in which the items are rendered. The line perpendicular to the main-axis is called the cross-axis. Different flex properties on the container affect how the items are aligned across each axis. The flexDirection property has two possible values; row values for horizontal layouts (left to right) and column for vertical layouts (top to bottom). The following figure shows the flexDirection: row items aligned from left to right:

Flex container

The next figure shows the items...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image