vishaldhanotiya / react-native-modal-picker

This is a cross-platform picker with search bar for react native support both platform IOs and android
https://www.npmjs.com/package/rn-modal-picker
44 stars 18 forks source link

The Items in the Modal Picker are not showing #21

Closed ZaidQ797 closed 3 months ago

ZaidQ797 commented 4 years ago

Hello everyone,I'm using rn-picker-modal and I'm trying to render data from state,but data is rendering and showing shwoing on the modal.when I click somewhere in the modal the item is selected and displayed on the placeholder place.But items can't be show when modal open. Screenshot_1594982106 Screenshot_1594982101

Homitag12 commented 3 years ago

Same issue

TaylorDale commented 3 years ago

Also having the same problem

dhavalrshingala commented 2 years ago

Change "data={this.state.data}" to "dataSource={this.state.data}"

vishaldhanotiya commented 3 months ago

@TaylorDale @ZaidQ797 @dhavalrshingala @Homitag12 Thanks for reporting this issue. We are working on it.

vishaldhanotiya commented 3 months ago

FIxed issue in version 0.4.5. Thanks