react-native-picker-select icon indicating copy to clipboard operation
react-native-picker-select copied to clipboard

ViewPropTypes has been removed from React Native. Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'.

Open huangtian615 opened this issue 2 years ago • 1 comments

My rn version is 0.70.1. It is installed according to the document, but when I import it, an error is reported. The error prompt is:ViewPropTypes has been removed from React Native. Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'.How can I solve it?

huangtian615 avatar Mar 02 '23 09:03 huangtian615

@huangtian615 , please check this out https://stackoverflow.com/questions/72755476/invariant-violation-viewproptypes-has-been-removed-from-react-native-migrate-t

chloe868 avatar Mar 03 '23 06:03 chloe868