From 87e874b470869a7dc8dbeaa4661f7eebf54b6e4f Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Fri, 27 Dec 2019 18:22:30 +0000 Subject: [PATCH] Deploy website Deploy website version based on 4ac80010445c0e5a6e6684e5e285838872cd349a --- docs/next/handling-touches.html | 6 +++--- docs/next/handling-touches/index.html | 6 +++--- docs/next/textinput.html | 1 + docs/next/textinput/index.html | 1 + 4 files changed, 8 insertions(+), 6 deletions(-) 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