Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 관련 이슈 (Issues)
📂 개요 (Summary)
자잘한 리팩토링
💡 PR 유형 (Type)
어떤 변경 사항이 있나요?
🔍 작업 내용 (Details)
※ react-native 모듈 shim으로 Text·TextInput 기본 폰트 스케일링 비활성화
defaultProps로 allowFontScaling={false}를 일괄 적용하려고 했는데,
Text.defaultProps 같은 전역 패치에 deprecated 경고가 떴고 확인 결과 실제로도 제대로 적용되지 않아
부득이하게 shim 모듈을 사용하게 되었습니다.
🔎 추후 개선 방안
추후 최신 API로 리팩토링하여 안정성을 확보하면 좋을 것 같습니다.
(현재 안드로이드에서는 NativeViewGestureHandler를 사용하지 않기 때문에,
저는 최신 API로 리팩토링하더라도 확인이 불가능한 상황입니다ㅜㅜ
이에 우선은 기존 코드를 유지한 상태이니, 참고 바랍니다.)
✅ PR Checklist
PR이 다음 요구 사항을 충족하는지 확인하세요.