byteburgers / react-native-autocomplete-input

Pure javascript autocomplete input for react-native
https://byteburgers.com/autocomplete
MIT License
805 stars 255 forks source link

React Native ViewPropTypes has been deprecated #241

Closed kav closed 2 years ago

kav commented 2 years ago

We'll need to add a dependency and switch the import to

import { ViewPropTypes } from 'deprecated-react-native-prop-types';

Happy to PR this in a moment as well

kav commented 2 years ago

Looks like there is an open PR already

kav commented 2 years ago

any chance of a merge on that @mitchiemt11 or @mrlaessig

mrlaessig commented 2 years ago

I guess this is fixed with #238