react-native-pages
react-native-pages copied to clipboard
ViewPropTypes Depricated - Invariant Violation Error
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.
Also having this issue - advice from RN is to change
import { ViewPropTypes } from 'react-native';
to
import { ViewPropTypes } from 'deprecated-react-native-prop-types';