Can a React Native or NativeBase Picker have Items which include images?
问题 I'm new to smartphone programming and have joined a project using React Native and NativeBase. I'd like to include an image/icon in each Item in a Picker, which doesn't seem like an exotic concept, but it doesn't seem to be supported and I can't find anyone discussing doing it on SO or by Googling. I've tried a couple ways of adding things inside the <Picker.Item> and </Picker.Item> but anything put there seems to simply be ignored. Is it possible or is there a different approach to do what I