[Expo SDK 40 Support] Migrate to @react-native-picker/picker
See original GitHub issueIs your feature request related to a problem?
Expo SDK 40’s beta is released. It includes a PR (https://github.com/expo/expo/pull/11029) by @brentvatne changing to @react-native-picker/picker
. I believe this means this library isn’t working with SDK 40.
Describe the solution you’d like
Change the picker dependency from @react-native-community/picker
to @react-native-picker/picker
Describe alternatives you’ve considered
Not upgrading to SDK40, or using patch-package
to replace the imports.
Additional details
Expo SDK 40 release notes can be found here: https://github.com/expo/expo/blob/master/CHANGELOG.md
Thank you!
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:10 (3 by maintainers)
Top Results From Across the Web
Expo SDK 40 is now available
Today we're announcing our fourth and final SDK release of 2020, Expo SDK 40. SDK 40 includes React Native 0.63, mostly the same...
Read more >Migration from SDK 37 to 40 · Issue #11314 · expo/expo - GitHub
Bug Report Summary of Issue After upgrade to Expo 40, I ran expo start and this error happened. Environment - output of expo...
Read more >React Native Expo SDK version is outdated - Stack Overflow
Support for SDK v39 has already been dropped. So you must upgrade to at least v40. You'll find a section on how to...
Read more >Expo SDK update from 42 to 46 - a lot work? : r/reactnative
It really depends on your project to determine if upgrading would be easy or not. The React Native versions help you give a...
Read more >Getting started with React Native and Expo SDK
The Expo SDK is a series of native libraries for each iOS and Android platform, ... Moving styles out of the render method...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
handled in 8.0.4
@brentvatne I added
@react-native-picker/picker
as a dependency to this library - didn’t realize it should be a peerDependency - maybe that will fix the issue