maxkordiyak / react-native-dropdown-autocomplete

Autocomplete input with dropdown modal component for React native. Useful for pages with multiple autocomplete's.
MIT License
100 stars 51 forks source link

Update react-native-keyboard-aware-scroll-view to 0.9.2+? #56

Open pkers87 opened 4 years ago

pkers87 commented 4 years ago

I see a blank page in expo 39 (react-native 0.63) due to undefined component warning here https://github.com/maxkordiyak/react-native-dropdown-autocomplete/blob/ab48f1ecdda30239020d3a5b9f627317e25a5c71/components/withKeyboardAwareScrollView/index.js#L70 All works well when i force react-native-keyboard-aware-scroll-view dependency to 0.9.2+

Thanks!