본문 바로가기

전체 글130

[Git] 경고: 원격 호스트 ID가 변경되었습니다! Auto fetch failed @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone could be eavesdropping on you right now (man-in-the-middle attack)! It is also possible that a host key has just been changed. 갑자기 IDE에서 경고 알림을 보.. 2023. 3. 31.
[React Native] TypeScript 빨간맛, 'View' cannot be used as a JSX component. react: 17.0.2 react-native: 0.65.1 TS2786: 'View' cannot be used as a JSX component. Its instance type 'View' is not a valid JSX element. The types returned by 'render()' are incompatible between these types. Type 'import("/Users/.../node_modules/@types/react-native/node_modules/@types/react/index"). ReactNode' is not assignable to type 'React.ReactNode'. Type '{}' is not assignable to type 'Rea.. 2022. 9. 26.
[React Native] Keychain에 android.keystore 암호 저장하기 only for OS Publishing to Google Play Store · React Native Android requires that all apps be digitally signed with a certificate before they can be installed. In order to distribute your Android application via Google Play store it needs to be signed with a release key that then needs to be used for all future upd reactnative.dev 위의 문서에서 보면 Setting up Gradle variables에서 Note에 Avoiding plaintext passwords in.. 2022. 9. 24.
[React Native] CodePush Test 방법 CodePush 설정을 다했다고 가정. Android와 iOS 모두 가상기기에 설치를 했다면 codepush를 해보자 React Native Project에서 간단하게 Text만 변경해놓고 appcenter codepush release-react -a / -d 추가적인 옵션은 react-native-code-push문서에 나온 것처럼 CLI docs 등에서 확인하자 codepush가 완료되면 appcenter codepush deployment list -a / 위의 명령어로도 확인할 수 있고 MS Visual Studio App Center에서도 확인할 수 있다(이건 이미 기본 설정을 했으니 알겠지만 정리 차) 기본적인 설정만 했다면 기기에서 codepush를 다운로드 완료 후에 다음 앱 재시작 때 .. 2022. 9. 24.
[React Native] CodePush 설정 시, 추가해야 될 부분 정리 react: 17.0.2 react-native: 0.65.1 react-native-code-push: 7.0.5 GitHub - microsoft/react-native-code-push: React Native module for CodePush React Native module for CodePush. Contribute to microsoft/react-native-code-push development by creating an account on GitHub. github.com 해당 라이브러리를 사용하여 구현하던 중 문서에서 부족한 부분을 정리해 본다 Multi-Deployment Testing을 적용하던 중... Android의 경우(터미널과 에뮬레이터를 사용), GitHub - mic.. 2022. 9. 20.