-
Notifications
You must be signed in to change notification settings - Fork 5.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
[constants] Remove deprecated fields #23068
Conversation
packages/expo-constants/CHANGELOG.md
Outdated
@@ -4,6 +4,8 @@ | |||
|
|||
### 🛠 Breaking changes | |||
|
|||
- Remove the long-deprecated `Constants.deviceYearClass` and `Constants.platform.ios.model`. These properties now live on `expo-device`. |
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.
Just move this to others, as we discussed on Slack
Co-authored-by: Expo Bot <34669131+expo-bot@users.noreply.github.com>
Hi there! 👋 I'm a bot whose goal is to ensure your contributions meet our guidelines. I've found some issues in your pull request that should be addressed (click on them for more details) 👇
|
Why
model
anddeviceYearClass
were slated to be removed in SDK 45. We left them around for a bit longer. G'byeHow
Delete JS and native code, re-generate docs schema.
Test Plan
CI