Skip to content

Fix: replace deprecated react-native SafeAreaView#489

Open
MateusAnderle wants to merge 1 commit into
dev-yakuza:mainfrom
MateusAnderle:fix/replace-deprecated-SafeAreaView
Open

Fix: replace deprecated react-native SafeAreaView#489
MateusAnderle wants to merge 1 commit into
dev-yakuza:mainfrom
MateusAnderle:fix/replace-deprecated-SafeAreaView

Conversation

@MateusAnderle

Copy link
Copy Markdown

What

Replace the deprecated SafeAreaView from react-native core with SafeAreaView from react-native-safe-area-context.

Why

The built-in SafeAreaView from react-native is deprecated and no longer recommended. The react-native-safe-area-context library provides a more robust and reliable solution, with better support for notches, dynamic islands, and multiple platforms.

Changes

Removed import of SafeAreaView from react-native
Added import of SafeAreaView from react-native-safe-area-context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant