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
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
Hands-On Design Patterns with React Native

You're reading from   Hands-On Design Patterns with React Native Proven techniques and patterns for efficient native mobile development with JavaScript

Arrow left icon
Product type Paperback
Published in Sep 2018
Publisher Packt
ISBN-13 9781788994460
Length 302 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
 Grzesiukiewicz Grzesiukiewicz
Author Profile Icon Grzesiukiewicz
Grzesiukiewicz
Arrow right icon
View More author details
Toc

Table of Contents (19) Chapters Close

Title Page
Copyright and Credits
Dedication
Packt.com
Contributors
Preface
1. React Component Patterns FREE CHAPTER 2. View Patterns 3. Styling Patterns 4. Flux Architecture 5. Store Patterns 6. Data Transfer Patterns 7. Navigation Patterns 8. JavaScript and ECMAScript Patterns 9. Elements of Functional Programming Patterns 10. Managing Dependencies 11. Type Checking Patterns 1. Other Books You May Enjoy Index

Chapter 3. Style Patterns

Time to bring some looks for our applications. In this chapter we will explore styling solutions and mechanisms that are unique. React Native StyleSheet may resemble web cascading style sheets (CSS), however, Native application styling is different. Similarities in the syntax quickly part and you should spend some time with this chapter to catch the basics of styling. Later on in the book we will use external library that provide ready-made styles. It is crucial for you to understand how to make such components yourself. Especially if you plan to work professionally in React Native in teams who deliver custom designs.

In this chapter you will learn how to:

  • style components in React Native environment
  • deal with limited style inheritance
  • use density-independent pixels
  • position elements with Flexbox
  • handle long text issues
  • make animations using Animated library
  • measure your application speed using FPS metric
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 €14.99/month. Cancel anytime
Visually different images