Importing ViewPropTypes from react-native is throwing the below error and the project is not running.
ERROR Invariant Violation: ViewPropTypes has been removed from React Native. Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'.
This PR will move ViewPropTypes from 'react-native' to 'deprecated-react-native-prop-types' and should resolve this issue.
Importing ViewPropTypes from react-native is throwing the below error and the project is not running.
ERROR Invariant Violation: ViewPropTypes has been removed from React Native. Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'.
This PR will move
ViewPropTypes
from 'react-native' to 'deprecated-react-native-prop-types' and should resolve this issue.