[React Native] iOS 시뮬레이터에서 키보드 안 보일 때 해결방법
2023. 3. 19. 16:18ㆍProgramming/React
현상
React Native로 개발 후 iOS 시뮬레이터를 실행했습니다.
터미널에 별다른 오류 로그가 찍히지 않으나 TextInput 컴포넌트를 클릭하면 키보드가 나타나지 않는 현상이 있었습니다.
해결방법
iOS simulator 안에 있는 Textinput에 focus한 상태로 command(cmd) + K를 입력합니다.
'Programming > React' 카테고리의 다른 글
[React] Error: Element type is invalid 오류 해결방법 (0) | 2023.03.29 |
---|---|
[React Native] TextInput 별표 표시 방법 (0) | 2023.03.12 |
[React Native] 키보드 내리기 방법 (0) | 2023.03.12 |
[React] Matched leaf route at location does not have an element 해결방법 (0) | 2023.03.10 |
[React] Cannot find module, MODULE_NOT_FOUND 오류 해결방법 (0) | 2023.03.10 |