Expo installs a buggy version of React Native Community Picker

I am using Expo SDK v38
When installing Picker with the command:
expo install @react-native-community/picker
Expo installs version 1.6.0 which has a known bug on Android, more info on the issue here and here.

There’s a known fix in a new patch version. I think that the version needs to be bumped in the Expo SDK.

Side note, I also tried to pass a version to the expo install command like:
expo install @react-native-community/picker@1.6.5
But it didn’t work.

For now, I have resolved with Picker from React Native.
Let me know if you need more information.

Some extra info here:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.