Chapter 21

  1. What's the main difference between user interactions with web applications and native mobile applications?
    1. 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 wrapping touchable components with the TouchableOpacity or TouchableHighlight component.
  3. What makes scrolling in mobile apps so much more complex than web app scrolling?
    1. Scrolling in mobile web apps needs to take into consideration things like velocity because the user is interacting with their fingers. Otherwise, the interactions feel unnatural.
  4. Why would you use the ScrollView ...
..................Content has been hidden....................

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