magicismight / react-native-root-toast

react native toast like component, pure javascript solution
MIT License
2.08k stars 403 forks source link

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

Open jainmca21 opened 2 years ago

jainmca21 commented 2 years ago

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.

WildesPiva commented 2 years ago

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