ReactNative (2) 썸네일형 리스트형 [React Native/RN] 안드로이드 TextInput 키보드 사라짐, 키보드 자동으로 내려감 오류 수정 TextInput에 focus를 주면 키보드가 올라왔다가 바로 사라지는 현상이 발생했다. 열심히 구글링을 해본 결과 한 링크를 발견할 수 있었다. "TextInput closes automatically when opened on android" https://github.com/facebook/react-native/issues/33164 TextInput closes automatically when opened on android · Issue #33164 · facebook/react-native Description Hi there, I switched laptops and cloned the repository of my project, did a quick yarn install and lo.. [React Native/RN] 리액트 네이티브 시작하기 리액트 네이티브는 하나의 프로젝트로 안드로이드와 iOS를 모두 구동할 수 있기 때문에 최근 진행한 외주 프로젝트 모두 RN을 사용했다. 처음 시작할 때 급하게 독학을 하는 상황이었지만, 기초 부분에 있어서는 굉장히 많은 글들이 있어 도움을 많이 받았다. 초기 세팅은 까먹을 일이 많기 때문에 복습 겸 블로그에 기록해보려 한다. (출처: https://dev-yakuza.posstree.com/ko/react-native/install-on-mac/) *Mac OS 기준 (Windows 는 출처 블로그 참고) 1. Homebrew 설치 Homebrew The Missing Package Manager for macOS (or Linux). brew.sh 맥 패키지 관리자이다. 설치 후 설치 확인은 다음 명령.. 이전 1 다음