react-native-picker-select icon indicating copy to clipboard operation
react-native-picker-select copied to clipboard

Warning: Failed prop type: Invalid prop `items` of type `object` supplied to `RNPickerSelect`, expected an array.

Open Mersall opened this issue 4 years ago • 0 comments

Describe the bug
There is an error when I use the RNPicker component

To Reproduce
Steps to reproduce the behaviour:

  1. Go to the parent component
  2. Click on nothing it shows once the component render
  3. See an error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
Add screenshots to help explain your problem. If screenshots aren't applicable to this issue, write "n/a". Screen Shot 2021-03-14 at 12 06 28 PM

Additional details

  • Device: [e.g. iPhone11]
  • OS: [e.g. iOS14.4]
  • react-native-picker-select version: [e.g. "^8.0.4"]
  • "react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
  • expo sdk version: [e.g. 40 or n/a]

Reproduction and/or code sample
Provide a link to a reproduction of this issue on https://snack.expo.io or an explanation why you can not. Not including a snack link will result in a significant delay in our ability to address this issue.

Mersall avatar Mar 14 '21 10:03 Mersall