Test your knowledge

  1. What's the difference between CSS styles and styles used with React Native components?
    1. React Native shares many style properties with CSS. Style properties are expressed as plain object properties in React Native
    2. There is no difference—you style React Native components just like any other React component
    3. They are completely different—React Native doesn't share any style properties from CSS
  2. Why do you need to consider the status bar when designing your layout?
    1. You don't need to consider the status bar
    2. Because the status bar can interfere with your components on iOS
    3. Because the status bar can interfere with your components on Android
  1. What is the flexbox model?
    1. It's the model that's used to control how View components flex to occupy horizontal space in a layout
    2. It provides flexible columns that respond to screen orientation changes
    3. The flexbox layout model is used to lay out components in a way that abstracts away many small details and automatically flexes in response to layout changes
  2. Is screen orientation a factor when considering your layout options?
    1. Yes, you always need to make sure there are no surprises in portrait or landscape orientation during development
    2. No, the orientation details are handled for you so that you can focus on application functionality
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.138.33.87