본문 바로가기

전체 글

(64)
[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] 프로젝트 생성 시 android, ios 폴더 안보임 문제(feat. TypeError: cli.init is 오랜만에 RN 프로젝트를 생성했더니 갑자기 android, ios 폴더 및 기타 주요 파일들이 생성되지 않았다. 오류 메시지는 다음과 같았다. TypeError: cli.init is not a function 검색해보니 stackoverflow에서는 폴더를 재생성할때 eject를 사용하라는 답변이 가장 많았다. react-native eject react-native link 하지만 내 프로젝트에서는 먹히지 않는 상황이었다. 해결방법 eject 동작 안되는 현상으로 다시 검색해보니 react-native 와 react-native-cli를 재설치하라는 답변을 발견했다. yarn global remove react-native yarn global remove react-native-cli yarn gl..
[React Native/RN] 프로젝트 생성 시 android, ios 폴더 안보임 문제(feat. TypeError: cli.init is not a function) 오랜만에 RN 프로젝트를 생성했더니 갑자기 android, ios 폴더 및 기타 주요 파일들이 생성되지 않았다. 오류 메시지는 다음과 같았다. TypeError: cli.init is not a function 검색해보니 stackoverflow에서는 폴더를 재생성할때 eject를 사용하라는 답변이 가장 많았다. react-native eject react-native link 하지만 내 프로젝트에서는 먹히지 않는 상황이었다. 해결방법 eject 동작 안되는 현상으로 다시 검색해보니 react-native 와 react-native-cli를 재설치하라는 답변을 발견했다. yarn global remove react-native yarn global remove react-native-cli yarn gl..
[스팀게임] 스팀 노동 게임 추천 '코어 키퍼'(Core Keeper) 극한의 겜태기로 스팀 신규 게임을 매번 뒤적거렸는데 드디어 나의 취향을 저격하는 새로운 게임을 발견했다. 최소: 64비트 프로세서와 운영 체제가 필요합니다 운영체제: Windows 10 64-bit 프로세서: Intel Core i5-2300 / AMD Ryzen 3 1200 메모리: 8 GB RAM 그래픽: GeForce GTX 460 / Radeon HD 5850 권장: 64비트 프로세서와 운영 체제가 필요합니다 운영체제: Windows 10 64-bit 프로세서: Intel Core i5-8400 / AMD Ryzen 7 2700X 메모리: 8 GB RAM 그래픽: GeForce GTX 1050 Ti / Radeon R9 280X 앞서 해보기 게임이며 공식 한국어를 지원한다. 또한 1인부터 최대 8..
[안드로이드/오류] 'Configuration cache problems found in this build' 빌드 에러 해결하기 Configuration cache problems found in this build. 현재 개발환경과 라이브러리 예제 프로젝트 개발환경이 맞지 않아 gradle 버전을 다운시켰다. 강제로 내리다보니 빌드할때 해당 오류가 발생했다. 해결 방법은 생각보다 간단한데, gradle.properties 파일에 다음 문장만 추가해주면 된다. org.gradle.unsafe.configuration-cache-problems=warn 참고 링크) https://stackoverflow.com/questions/68127791/configuration-cache-enabled-causes-build-to-fail configuration-cache enabled causes build to fail I've jus..
[안드로이드/kotlin] scale 애니메이션을 통한 버튼 클릭 효과 추가하기(android scale animation bounce effect) https://github.com/evgenyneu/bounce-button-animation-android GitHub - evgenyneu/bounce-button-animation-android: A demo Android app that shows how to animate a button with spring/bounce eff A demo Android app that shows how to animate a button with spring/bounce effect. - GitHub - evgenyneu/bounce-button-animation-android: A demo Android app that shows how to animate a button with spr... github...
[마인크래프트] 마크 신작 '마인크래프트 레전드' 소식 엑스박스 쇼케이스 2022 에서 공개했다고 하는 '마인크래프트 레전드' 액션 전략 게임으로 게임의 배경인 오버월드에 네더월드 몬스터인 피글린이 침략하게 되면서 벌어지는 이야기를 그린다고 한다. 공식 홈페이지의 내용 THE STORY Minecraft Legends is a brand new game that tells the story of the Overworld uniting against an invasion by the ravenous piglins. According to the legend, only you can bring together the mobs of the Overworld and help them defend their home. The events you will take pa..
[안드로이드/플레이스토어] QUERY_ALL_PACKAGES 권한 선언을 제출하세요 플레이 스토어 콘솔에 해당 경고 알림이 왔다. 앱에 QUERY_ALL_PACKAGES 권한이 필요한 경우 7월 12일까지 Play Console에서 선언 양식을 제출해야 합니다. 그렇지 않으면 새 앱이나 앱 업데이트를 제출할 수 없게 됩니다. 조치 필요: - 앱에서 QUERY_ALL_PACKAGES 권한을 사용할 필요가 없다면 앱 매니페스트에서 이 권한을 삭제해야 합니다. - 앱에서 QUERY_ALL_PACKAGES 권한을 사용해야 한다면 이 권한이 필요한 앱의 핵심 기능에 대한 설명과 짧은 동영상을 제공해야 합니다. 요구되는 질문의 답변을 준비하려면 이 고객센터 도움말을 검토하세요. 7월 12일까지 선언을 제출하거나 앱 매니페스트에서 권한을 삭제해야 합니다. 정책 요구사항을 충족하지 못하거나 권한 선언..