solved 3

React-Native Error Case(ViewPropTypes)

Error Message Invariant Violation: ViewPropTypes has been removed from React Native. Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'. Solution If you got the error even though you're not using ViewPropTypes. In this case, you can try to comment the function out in 'node_modules>react-native>index.js' file. ViewPropTypes를 사용하지도 않았는데 위와 같은 에러가 떴다면 'node_modules>react-na..

LIST