GeekyAnts / GeekyAnts/native-base-docs

Native base long list picker values oon back sometime returns only 10 items in list

Open
#261 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
71
Forks
242
PR merge metrics
No merged PRs in 30d

Description

"native-base": "^2.15.2"

Sometimes picker list returns only 10 items in list ...If having long list like 70 items.

and sometimes on back in picker list without selecting anything and comesback even returning 10 items.

```

Category{-categoryLength}

}
// style={{color: '#fff'}}
color="#fff"
placeholder="Select product type"
placeholderStyle={{color: '#fff'}}
placeholderIconColor="#007aff"
selectedValue={categories}
itemStyle={styles.text}
// eslint-disable-next-line no-shadow
onValueChange={(value) =>
this.handleInputChange('categories', value)
}>
{kindCategoryList.map((i) => {
return (

)
})}

```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.