hiddentao / react-native-modal-filter-picker

Cross-platform modal picker for React Native which supports keyword filtering, custom rendering, etc
MIT License
104 stars 74 forks source link

Refactored to use FlatList in place of deprecated ListView #40

Closed ryanphung closed 4 years ago

ryanphung commented 4 years ago

This is an improved version of the pull request created by @rollymaduk at #14. Changes:

This PR addresses issue #8, and probably replace PR #14 and PR #38.

@hiddentao do let me know if any updates is needed. Looking forward to having it merged because otherwise the component breaks in RN 0.60. Thank you!

hiddentao commented 4 years ago

Great work! I see you're still adding commits though. I shall wait until you feel it's complete.

ryanphung commented 4 years ago

@hiddentao it should be completed now. Let me know if you identify anything that needs to be changed or fixed!

ryanphung commented 4 years ago

@hiddentao and thank you for reviewing!

hiddentao commented 4 years ago

@ryanphung Looks good, just one small fix left.

ryanphung commented 4 years ago

@hiddentao Fixed in latest commits.

hiddentao commented 4 years ago

Thanks!

ryanphung commented 4 years ago

@hiddentao nice thank you for merging!

nihp commented 4 years ago

Whether it is working fine now?