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
invariant violation: ViewPropTypes has been removed from react native. migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'.
#158
Open
jainmca21 opened this issue
Jul 14, 2022
· 1 comment
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: