전체 글
-
React Native Dark모드에서 keyboard 뜰 때, 깜빡일 때카테고리 없음 2024. 9. 7. 22:49
안드로이드 다크모드에서 키보드가 깜빡일 땐, android:windowSoftInputMode="adjustResize"를android:windowSoftInputMode="adjustPan"로 바 꿔주면 된다. expo 사용 중이면, "android": { "adaptiveIcon": { "foregroundImage": "./assets/images/adaptive-icon.png", }, "softwareKeyboardLayoutMode": "pan", },이런식으로 바꿔주고 prebuild 더 검색하고 싶으면, React Native keyboard flash 로 검색하면 됨
-
[React Native] Flipper Firebase MMKV Debbuger 관계Programming/iOS 2024. 3. 7. 01:55
React Native는 디버깅에 필요한 다양한 도구와 라이브러리가 있으나 호환성이 맞지 않아 문제가 생기는 경우가 많다. 너무 충돌이 많은데 매번 시도하다가 까먹어서 여기에 남긴다. 우선 MMKV먼저 설명하겠다. [MMKV] MMKV : AsyncStorage보다 훨씬 빠르고, 동기로 동작하는 매우 매력적인 라이브러리다. https://github.com/mrousavy/react-native-mmkv GitHub - mrousavy/react-native-mmkv: ⚡️ The fastest key/value storage for React Native. ~30x faster than AsyncStorage! ⚡️ The fastest key/value storage for React Native. ..
-
[Github Action] 배포 자동화 (feat. ChatGPT)Programming 2023. 1. 11. 02:24
요약: ChatGPT 엄청나다. 배포를 자주 하다보니 귀찮은 게 생겼다. 귀찮은 것: 앱을 배포할 때마다 PR을 만들고, tag만들고, branch 만들고 하는 것들 자동화를 해놓으면 좋겠다고 생각해서 여러가지 찾아보다가, ChatGPT를 써보기로 했다. 질문을 했다. 금방 코드를 짜서 보여준다. 그런데 이상한 부분이 있었다. GITHUB_TOKEN을 요청할필요가 따로 없지 않나?? 그래서 질문했다. 필요없었으면 처음부터 없어도 좋았을텐데 좀 아쉬웠다. 보다보니 PR도 같이 관리되면 좋을 겉 같아 질문을 다시했다. 한글은 중간중간 잘려서 불편했다. 하지만 적당히 알아들을 수 있어서 괜찮았다. package.json에 있는 버전도 같이 통합 관리 되면 좋을 것같아 추가로 요청을 해봤다. 수정해주세요?.. ..
-
Mac에서 여러 모니터를 쓸 때 자동으로 재정렬되는 문제 해결카테고리 없음 2022. 8. 24. 12:34
https://discussions.apple.com/thread/251850559 Mac randomly changes display arrangements… - Apple Community My automatic rearrange spaces was already unchecked, but perhaps that was actually the problem since the last half of that setting is "based on most recent use". So I checked it and it thus far seems to have resolved it, but only time will tell as it wasn' discussions.apple.com