react-native-modal-picker
react-native-modal-picker copied to clipboard
The Items in the Modal Picker are not showing
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.
Same issue
Also having the same problem
Change "data={this.state.data}" to "dataSource={this.state.data}"
@TaylorDale @ZaidQ797 @dhavalrshingala @Homitag12 Thanks for reporting this issue. We are working on it.
FIxed issue in version 0.4.5. Thanks