Skip to content

Commit 10b4e56

Browse files
committed
Update safe area docs
1 parent b3664ea commit 10b4e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ While React Native exports a `SafeAreaView` component, this component only suppo
2828

2929
:::warning
3030

31-
The `react-native-safe-area-context` library also exports a `SafeAreaView` component. While it works on Android, it also has the same issues related to jumpy behavior when animating. So we recommend always using the `useSafeAreaInsets` hook instead and avoid using the `SafeAreaView` component.
31+
The `react-native-safe-area-context` library also exports a `SafeAreaView` component. While it works on Android, it also has the same issues with jumpy behavior on vertical animations. In addition, the `SafeAreaView` component and `useSafeAreaInsets` hook can update at different times, resulting in flickering when using them together. So we recommend always using the `useSafeAreaInsets` hook instead and avoid using the `SafeAreaView` component for consistent behavior.
3232

3333
:::
3434

0 commit comments

Comments
 (0)