From 85215ae2007fd550e83d902f8969cb32fe483d37 Mon Sep 17 00:00:00 2001 From: Tijs Martens <36442007+TijsM@users.noreply.github.com> Date: Mon, 13 Sep 2021 11:59:25 +0200 Subject: [PATCH] Update handling-safe-area.md --- versioned_docs/version-6.x/handling-safe-area.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-6.x/handling-safe-area.md b/versioned_docs/version-6.x/handling-safe-area.md index 121a2f0ee83..4fa5a6a96b9 100755 --- a/versioned_docs/version-6.x/handling-safe-area.md +++ b/versioned_docs/version-6.x/handling-safe-area.md @@ -173,5 +173,5 @@ Similarly, you could apply these paddings in `contentContainerStyle` of `FlatLis - Use `react-native-safe-area-context` instead of `SafeAreaView` from `react-native` - Don't wrap your whole app in `SafeAreaView`, instead wrap content inside your screens -- Use the `edges` prop to apply safe are to specific sides +- Use the `edges` prop to apply safe area to specific sides - Use the `useSafeAreaInsets` hook for more control over where the insets are applied