From 1f9607680516b0de38fceebb6e09cbfdedd4563f Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Thu, 26 Jul 2018 23:19:26 +0000 Subject: [PATCH] Deploy website Deploy website version based on b6881f128c33284b55a972c87e7d00800ed51c67 --- docs/next/safeareaview.html | 4 ++-- docs/next/safeareaview/index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/next/safeareaview.html b/docs/next/safeareaview.html index 54202721513..a9408db0676 100644 --- a/docs/next/safeareaview.html +++ b/docs/next/safeareaview.html @@ -1,4 +1,4 @@ -SafeAreaView · React Native
Edit

SafeAreaView

The purpose of SafeAreaView is to render content within the safe area boundaries of a device. It is currently only applicable to iOS devices.

+
Edit

SafeAreaView

The purpose of SafeAreaView is to render content within the safe area boundaries of a device. It is currently only applicable to iOS devices with iOS version 11 or later.

SafeAreaView renders nested content and automatically applies paddings reflect the portion of the view that is not covered by navigation bars, tab bars, toolbars, and other ancestor views. Moreover, and most importantly, Safe Area's paddings reflect the physical limitation of the screen, such as rounded corners or camera notches (i.e. the sensor housing area on iPhone X).

Usage Example

Simply wrap your top level view with a SafeAreaView with a flex: 1 style applied to it. You may also want to use a background color that matches your application's design.

diff --git a/docs/next/safeareaview/index.html b/docs/next/safeareaview/index.html index 54202721513..a9408db0676 100644 --- a/docs/next/safeareaview/index.html +++ b/docs/next/safeareaview/index.html @@ -1,4 +1,4 @@ -SafeAreaView · React Native
Edit

SafeAreaView

The purpose of SafeAreaView is to render content within the safe area boundaries of a device. It is currently only applicable to iOS devices.

+
Edit

SafeAreaView

The purpose of SafeAreaView is to render content within the safe area boundaries of a device. It is currently only applicable to iOS devices with iOS version 11 or later.

SafeAreaView renders nested content and automatically applies paddings reflect the portion of the view that is not covered by navigation bars, tab bars, toolbars, and other ancestor views. Moreover, and most importantly, Safe Area's paddings reflect the physical limitation of the screen, such as rounded corners or camera notches (i.e. the sensor housing area on iPhone X).

Usage Example

Simply wrap your top level view with a SafeAreaView with a flex: 1 style applied to it. You may also want to use a background color that matches your application's design.