Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
React: Cross-Platform Application Development with React Native

You're reading from   React: Cross-Platform Application Development with React Native Build 4 real-world apps with React Native

Arrow left icon
Product type Paperback
Published in Mar 2018
Publisher Packt
ISBN-13 9781789136081
Length 182 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Emilio Rodriguez Martinez Emilio Rodriguez Martinez
Author Profile Icon Emilio Rodriguez Martinez
Emilio Rodriguez Martinez
Arrow right icon
View More author details
Toc

Assessments

  1. Why does the react-native-geocoder module uses Google Maps reverse geocoding services?
    1. To store a human-readable position for the location in which the map is centred
    2. To translate some coordinates into a human-readable location
    3. To add an API key in order to authenticate our app with the service
    4. To ensure the name of the location is recalculated every time the map is moved to show a different region
  2. Which of the following properties is used for aligning elements?
    1. justifyContent
    2. alignLeft
    3. alignRight
    4. alignJustify
  3. By default, React Native and Flexbox stack elements ________.
    1. Diagonally
    2. Reverse
    3. Vertically
    4. Horizontally
  4. Which of the following lines of code extracts the height and the width from a device into two variables?
    1. const {height, width} = Dimensions.get('height, width');
    2. constant {height, width} = Dimensions.get('window');
    3. const {height, width} = get('window');
    4. const {height, width} = Dimensions.get('window');
  5. Which are the four properties in order to add a shadow to a component?
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 €18.99/month. Cancel anytime