You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The most recent release of react-native has build error switch easy-toast and shows a message like this:
ERROR Invariant Violation: ViewPropTypes has been removed from React Native. Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'.
Has anyone else seen this running react-native 0.69.0?
Edit: I thought I had a workaround. I did not. Any ideas on this?
The text was updated successfully, but these errors were encountered:
Hi @gtzippy,
I got it working with a few changes to the module.
This should help you out;
Install deprecated-react-native-prop-types to your own project
Change the file extension of the attached file below to .patch, and move it to a patches folder in the root of your project. If you're already using patch-package, a simple yarn install (or npm install) should do the trick. Otherwise, I recommend installing it as instructed here; https://github.com/ds300/patch-package
The most recent release of react-native has build error switch easy-toast and shows a message like this:
ERROR Invariant Violation: ViewPropTypes has been removed from React Native. Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'.
Has anyone else seen this running react-native 0.69.0?
Edit: I thought I had a workaround. I did not. Any ideas on this?
The text was updated successfully, but these errors were encountered: