[feat/MAT-361] 네이티브 스타일러스 입력 (iOS)#303
Open
b0nsu wants to merge 1 commit intorefactor/mat-360-input-eraserfrom
Open
[feat/MAT-361] 네이티브 스타일러스 입력 (iOS)#303b0nsu wants to merge 1 commit intorefactor/mat-360-input-eraserfrom
b0nsu wants to merge 1 commit intorefactor/mat-360-input-eraserfrom
Conversation
- ios/PencilGestureRecognizer.h/.m: Apple Pencil 제스처 인식기 (coalesced/predicted touches) - ios/StylusInputView.h/.mm: Fabric 네이티브 컴포넌트 (터치 캡처 + 이벤트 발행) - src/specs/StylusInputViewNativeComponent.ts: codegen 스펙 - src/input/nativeStylusAdapter.tsx: 네이티브 터치 이벤트 → DrawingInputCallbacks 변환 - pointer-native-drawing.podspec: iOS 15.1, Fabric 컴포넌트 - package.json: codegenConfig, files에 ios 추가 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
iOS Apple Pencil 네이티브 입력을 위한 Fabric 컴포넌트(StylusInputView)와 PencilGestureRecognizer를 추가합니다.
coalesced touch(240Hz) 지원으로 입력 정밀도를 높입니다.
Linear
Changes
ios/PencilGestureRecognizer.h/.m— Apple Pencil 제스처 인식기ios/StylusInputView.h/.mm— Fabric 네이티브 컴포넌트src/input/nativeStylusAdapter.tsx— 네이티브 스타일러스 어댑터src/specs/StylusInputViewNativeComponent.ts— codegen specpackage.jsoncodegenConfig 추가,podspec생성Testing
pnpm typecheck통과pnpm lint통과Risk / Impact