react-native-autocomplete-input icon indicating copy to clipboard operation
react-native-autocomplete-input copied to clipboard

React Native ViewPropTypes has been deprecated

Open kav opened this issue 3 years ago • 2 comments

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 avatar Aug 09 '22 22:08 kav

Looks like there is an open PR already

kav avatar Aug 09 '22 22:08 kav

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

kav avatar Aug 09 '22 22:08 kav

I guess this is fixed with #238

mrlaessig avatar Aug 22 '22 13:08 mrlaessig