Test your knowledge

  1. What's the main difference between user interactions with web applications and native mobile applications?
    1. There is no noticeable difference between user interactions in web and mobile apps.
    2. Mobile applications are inherently faster than their web equivalents, so you code needs to take this into consideration.
    3. There is no mouse. Instead, the user interacts with your UI using their fingers. This is a fundamentally different experience than using a mouse and needs to be accommodated.
  2. How do you provide the user with touch feedback in React Native?
    1. By passing View components the feedback property.
    2. By wrapping touchable components with the TouchableOpacity or TouchableHighlight component.
    3. You have to manually adjust the ...
..................Content has been hidden....................

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