diff --git a/docs/next/handling-touches.html b/docs/next/handling-touches.html index 7191e51e7d6..e5cbaae5ed7 100644 --- a/docs/next/handling-touches.html +++ b/docs/next/handling-touches.html @@ -243,9 +243,9 @@ const styles = StyleSheet.create({ height: 514px; width: 100%; " - >

Scrolling lists, swiping pages, and pinch-to-zoom

-

Another gesture commonly used in mobile apps is the swipe or pan. This gesture allows the user to scroll through a list of items, or swipe through pages of content. In order to handle these and other gestures, we'll learn how to use a ScrollView next.

-
Height and WidthNavigating Between Screens