Skip to content

Commit 85215ae

Browse files
authored
Update handling-safe-area.md
1 parent 47998f7 commit 85215ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-6.x/handling-safe-area.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,5 +173,5 @@ Similarly, you could apply these paddings in `contentContainerStyle` of `FlatLis
173173

174174
- Use `react-native-safe-area-context` instead of `SafeAreaView` from `react-native`
175175
- Don't wrap your whole app in `SafeAreaView`, instead wrap content inside your screens
176-
- Use the `edges` prop to apply safe are to specific sides
176+
- Use the `edges` prop to apply safe area to specific sides
177177
- Use the `useSafeAreaInsets` hook for more control over where the insets are applied

0 commit comments

Comments
 (0)