[ad_1]
In React Native, I wish to implement the choose part like under, with no Java coding in Android and C-coding in XCode.
It requires one thing just like renderItem property in VirtualizedList or SectionList part.
<VirtualizedList
initialNumToRender={4}
information={accounts}
keyExtractor={(merchandise, idx)=>merchandise.baid+idx}
renderItem={(merchandise)=><ImsiItem information={merchandise}/>}
getItemCount={accounts.size}
/>
...
<RNPickerSelect
placeholder={placeholder}
key={props.title}
gadgets={props.gadgets}
onValueChange={props.onChange}
useNativeAndroidPickerStyle={false}
worth={props.worth}
Icon={() => <Ionicons title="chevron-down" dimension={20} colour={colours.gray.fundamental} />}
>
</RNPickerSelect>
Is there any appropriate part for this? – selectable like RNPickerSelect and customizable like renderItem property of VirtualizedList.
[ad_2]

