Skip to content

fix: use SafeAreaView from react-native-safe-area-context to prevent crash on RN >0.80#552

Open
IfeBusola263 wants to merge 1 commit intoxcarpentier:masterfrom
IfeBusola263:fix/safe-area-view
Open

fix: use SafeAreaView from react-native-safe-area-context to prevent crash on RN >0.80#552
IfeBusola263 wants to merge 1 commit intoxcarpentier:masterfrom
IfeBusola263:fix/safe-area-view

Conversation

@IfeBusola263
Copy link
Copy Markdown

Switches SafeAreaView usage from react-native to react-native-safe-area-context. The react-native SafeAreaView crashes apps on RN >0.80, and logs recommend switching to the safe-area-context variant. This fixes the crash and follows best practices for newer React Native versions.

…crash on RN >0.80. Logs recommend switching from react-native variant. Add dependency to package.json.
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