error 4

React-Native Error Case(firebase, responder.scrollResponderScrollTo)

Error Message TypeError: responder.scrollResponderScrollTo is not a function. (In 'responder.scrollResponderScrollTo({ x: x, y: y, animated: animated })', 'responder.scrollResponderScrollTo' is undefined) Solution I got this error once I try to connect to firebase to implement the signIn function. And I got the solution from the link at: https://stackoverflow.com/questions/71709482/typeerror-res..

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