react-native-root-toast icon indicating copy to clipboard operation
react-native-root-toast copied to clipboard

invariant violation: ViewPropTypes has been removed from react native. migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'.

Open jainmca21 opened this issue 3 years ago • 1 comments
trafficstars

Getting below error after upgrading the RN version 0.69.1 when run 'npx react-native run-ios'.

Error: invariant violation: ViewPropTypes has been removed from react native. migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'.

In React-native version 0.69 'ViewPropTypes'. has been removed.

jainmca21 avatar Jul 14 '22 12:07 jainmca21

Hello, mine was solved just by updating the package version to the latest 3.4.0

WildesPiva avatar Jul 15 '22 15:07 WildesPiva