본문 바로가기

native21

아이폰 시뮬레이터 command + D 안될때 시뮬레이터 메뉴에서 I/O -> Input -> Send Keyboard Input to Device 활성화 2021. 8. 15.
에러: Exception NSException * "`[FIRApp configure];` (`FirebaseApp.configure()` in Swift) could not find a valid GoogleService-Info.plist in your project. react-native에서는 빌드가 성공이라고 뜨는데 앱자체는 떴다 바로 종료 되서 xcode로 빌드를 실행해보니 Exception NSException * "`[FIRApp configure];` (`FirebaseApp.configure()` in Swift) could not find a valid GoogleService-Info.plist in your project. Please download one from 2021. 6. 28.
스무디 한잔 마시며 끝내는 React Native 목차 Chapter 1. 리액트 네이티브란? 1.1 리액트 네이티브란? 1.2 리액트 네이티브의 이점 1.3 리액트 네이티브의 단점 1.4 요약 Chapter 2. 개발 환경 설정 2.1 맥 개발 환경 설정 2.2 윈도우 개발 환경 설정 2.3 요약 Chapter 3. 나의 첫 리액트 네이티브 앱 3.1 나의 첫 리액트 네이티브 앱 3.2 추가 라이브러리 3.3 개발자 메뉴 3.4 요약 Chapter 4. 카운터 앱(1) - Props와 State 4.1 Props와 State란 4.2 프로젝트 준비 4.3 개발 4.4 결과 확인 4.5 요약 Chapter 5. 카운터 앱(2) - 클래스 컴포넌트 5.1 클래스 컴포넌트 5.2 프로젝트 준비 5.3 개발 5.4 라이프 사이클 함수 5.5 요약 Chapte.. 2021. 6. 27.
에러 : Invariant Violation: View config getter callback for component must be a function (received `undefined`). Make sure to start component names with a capital letter. 말그대로 함수는 앞글자는 대문자 해라는 뜻이다. const Signup = () => {} // Good const signup = () => {} // Bad 2021. 6. 8.