분류 전체보기130 [React Native] Android Error **해결한 방법 중 하나일 뿐이니 참고만 해주세요!** ## react-native-firebase:compileDebugJavaWithJavac FAILED 에러 내용을 따라가보면 RNFirebaseNotificationManager getNotificationChannelGroup()에서 에러가 났다. if문을 보면 Build.VERSION.SDK_INT >= 28로 되어 있는 것을 확인할 수 있다. 이는 라이브러리 버전이 업그레이드되면서 추가된 메서드이다. **해결방법**은 compileSdkVersion을 28로 맞추거나 firebase 라이브러리를 현재 사용하고 있는 compileSdkVersion에 맞는 버전으로 맞춰야할 것이다. ## Execution failed for task ':app:.. 2019. 4. 16. 리액트 네이티브 프로젝트에 필요한 것 ## 툴 * vsCode * 확장프로그램 * Prettier - Code formatter : 코드정렬설정 * vscode-icons : 파일명 앞에 아이콘 ## 네이밍 규칙 ## 구조 ## 라이브러리 * 절대경로 * 폰트 2019. 4. 14. vsCode Extensions Prettier Setting Preferences > Settings > User Settings or Workspace Settings > Prettier - Code formatter configuration > Edit in settings.json { "guides.enabled": false, // "editor.tabSize": 2, // 들여쓰기 2칸 "editor.renderWhitespace": "none", // 공백 표기 "workbench.editor.enablePreview": false, // "javascript.updateImportsOnFileMove.enabled": "always", // 파일이동했을 때 임포트 자동 변경 "workbench.startupEditor": "newUntitledFile.. 2019. 1. 2. ViewModel Overview 번역 ViewModel OverviewThe ViewModel class is designed to store and manage UI-related data in a lifecycle conscious way. :) ViewModel 클래스는 라이프사이클이 알고 있는 방법 안에서 UI 관련 데이터의 저장과 관리를 위해 디자인되었습니다. The ViewModelclass allows data to survive configuration changes such as screen rotations.:) ViewModel 클래스는 화면 회전과 같은 구성 변경에도 데이터를 유지할 수 있습니다.The Android framework manages the lifecycles of UI controllers, such a.. 2018. 12. 17. 메타문자, 언어, 데이터 메타문자 다른 문자의 정보를 전달하기 위해 프로그램 코드나 데이터에 포함된 문자 메타언어 대상을 직접 서술하는 언어 그 자체를 다시 언급하는 언급하는 언어 고차언어 메타데이터 데이터(data)에 대한 데이터 어떤 목적을 가지고 만들어진 데이터 2018. 9. 16. 이전 1 ··· 10 11 12 13 14 15 16 ··· 26 다음