"RNGestureHandlerRootView" was not found in the UIManager
에러를 하나 해결하면 또 다른 에러를 마주하는 것은 개발자의 숙명인가,,,,
"cb() never called!" 에러를 해결한 후 바로 다른 에러를 만났다...
Render Error
"RNGestureHandlerRootView" was not found in the UIManager
생소한 에러문을 보고 놀랐으나 다행히도 이 에러는 쉽게 해결할 수 있었다!
expo install react-native-gesture-handler
를 통해서 추가적으로 설치하니 문제를 해결할 수 있었다!
또한 이 에러의 다른 해결 방안이 궁금하면
https://stackoverflow.com/questions/71396210/rngesturehandlerrootview-was-not-found-in-the-uimanager
요 링크를 참고하면 좋을 것 같다.
Author And Source
이 문제에 관하여("RNGestureHandlerRootView" was not found in the UIManager), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://velog.io/@heasun0111/RNGestureHandlerRootView-was-not-found-in-the-UIManager저자 귀속: 원작자 정보가 원작자 URL에 포함되어 있으며 저작권은 원작자 소유입니다.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)