Wednesday, June 10, 2026
HomeiOS Developmentandroid - Is there any customized Picker/Choose part utilizing personalized Merchandise Renderer...

android – Is there any customized Picker/Choose part utilizing personalized Merchandise Renderer in React Native?

[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.

enter image description here

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]

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments