리액트네이티브 React Native Expo 프로젝트 실행방법 더보기 리액트네이티브 React Native Expo 앱에서 디버깅 방법 더보기 오류 기록용 ERROR Invariant Violation: requireNativeComponent: "RNCSlider" was not found in the UIManager. ERROR Invariant Violation: requireNativeComponent: "RNC..." was not found in the UIManager. 더보기 리액트네이티브 React Native Expo 개발 환경설정 리액트네이티브 React Native Expo 앱에서 디버깅 방법 리액트네이티브 React Native Expo 웹에서 디버깅 방법 리액트네이티브 React Native Expo 프로젝트 실행방법 최신글 오류 기록용 Execution failed for task ':react-native-sound-player:processDebugAndroidTestManifest'. Manifest merger failed : uses-sdk:minSdkVersion 16 cannot be smaller than version 21 declared in library FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':react-native-sound-player:processDebugAndroidTestManifest'. > Manifest merger failed : uses-sdk:minSdkVersion 16 cannot be smaller than version 21 declared in library [com.facebook.react:react-native:0.70.5] C:\Users\~~\.gradle\caches\transforms-3\00dfdcd8fc707b538d435dd6a84f826e\transformed\jetified-react-na.. 오류 기록용 React native Task :lottie-react-native:androidJavadocs FAILED > Task :lottie-react-native:androidJavadocs FAILED D:\Android\~~~\node_modules\lottie-react-native\src\android\src\main\java\com\airbnb\android\react\lottie\LottieAnimationViewManager.java:8: error: p FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':lottie-react-native:androidJavadocs'. > Javadoc generation failed. Generated Javadoc options file (useful for.. 오류 기록용 react native Execution failed for task ':app:lintDebug'. react natvie 프로젝트를 빌드하다가 만난 에러입니다. FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:lintDebug'. > Lint found errors in the project; aborting build. Fix the issues identified by lint, or create a baseline to see only new errors: ```EaseUnitTestResources android { lint { baseline = file("lint-baseline.xml") } } ``` For more details, see https://developer...