Describe the bug
Not so much a bug, but deprecation warning in the latest version of react native (.62).
Picker has been extracted from react-native core and will be removed in a future release. It can now be installed and imported from '@react-native-community/picker' instead of 'react-native'. See https://github.com/react-native-community/react-native-picker
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No yellow warning box
Screenshots

Additional details
Reproduction and/or code sample
Snack react-native version is 0.53, and it's not possible to update this to 0.62.1.
Can you link the duplicate issue, please - so I can follow it?
Can you link the duplicate issue, please - so I can follow it?
I think it may be related to this issue and this PR
Most helpful comment
I think it may be related to this issue and this PR