-
Notifications
You must be signed in to change notification settings - Fork 24.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove isIPhoneX_deprecated
#32853
base: main
Are you sure you want to change the base?
Remove isIPhoneX_deprecated
#32853
Conversation
); | ||
} | ||
|
||
return ( | ||
<View style={styles.root}> | ||
<SafeAreaView style={styles.root}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment for isIPhoneX
// Note: // This prop is deprecated and will be removed in a future release. // Please use this only for a quick and temporary solution. // Use <SafeAreaView> instead.
Base commit: 7dc0b51 |
Base commit: 7dc0b51 |
@sota000 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
There is internal usages for this property, and we won't be able to delete the property just yet. |
f61aaad
to
9180ff5
Compare
@sota000 Rebased, and all checks have passed 👍 Could you take a look again? |
As previously mentioned, this can't land as it is. There are internal usages of that property. |
Any updates from Meta regarding this? As per this discussion post, it would be nice to bring this in and get rid of a call to |
No updates since my last message |
This PR is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
ref: #38940 |
How should we proceed?
|
This PR is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
I will rebase or update this pull request against the latest main. |
Summary
Remove a deprecated property
isIPhoneX
[iOS] [Removed] - Remove
isIPhoneX
Test Plan
Visual
Warning
props.level === 'syntax'
(simulated)Changelog