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
Upgrading to Expo 46/React-Native .69 gave me Invariant Violation: ViewPropTypes has been removed from React Native. Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'.
Narrowed it down to Pages being the cause. App only runs when I comment out the Pages component.
The text was updated successfully, but these errors were encountered:
Also having this issue - advice from RN is to change import { ViewPropTypes } from 'react-native';
to import { ViewPropTypes } from 'deprecated-react-native-prop-types';
wzs
linked a pull request
Sep 26, 2022
that will
close
this issue
Upgrading to Expo 46/React-Native .69 gave me
Invariant Violation: ViewPropTypes has been removed from React Native. Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'.
Narrowed it down to Pages being the cause. App only runs when I comment out the Pages component.
The text was updated successfully, but these errors were encountered: