n4kz / react-native-pages

Easy to use page view component
Other
376 stars 83 forks source link

ViewPropTypes Depricated - Invariant Violation Error #56

Open eledahl opened 2 years ago

eledahl commented 2 years ago

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.

LaikaTheSpaceDog commented 1 year ago

Also having this issue - advice from RN is to change import { ViewPropTypes } from 'react-native'; to import { ViewPropTypes } from 'deprecated-react-native-prop-types';