Results 24 comments of Adel Reda

For the basic dropdown, each item in the dropdown list has a text with only 1 line, you can customize the dropdown item by using ```renderCustomizedRowChild``` to set a custom...

Height accepts numbers and percentage values

It should be implemented in the library itself, I'll add it soon

```onScrollEndReached``` prop is added for pagination in v3.0.0 and also ```onChangeSearchInputText``` to make your custom search function outside the component

The loader is removed in v3.0.0

I think it's the same issue here https://github.com/AdelRedaa97/react-native-select-dropdown/issues/69

```onScrollEndReached``` prop is added for pagination in v3.0.0 and also ```onChangeSearchInputText``` to make your custom search function outside the component

Which version do you use? Try to remove node_modules and install them again ```rm -rf node_modules``` and run ```npm i``` or ```yarn``` reset cache also may help ```npm start --...

I've tried using the same versions and it's working fine for Android and iOS. you can kill node processes ```killall -9 node``` and remove node_module and install again