Skip to content

Commit

Permalink
Update React/Base/RCTKeyCommands.m
Browse files Browse the repository at this point in the history
Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
  • Loading branch information
arinjay and tido64 authored May 6, 2022
1 parent 432e7f2 commit 6cd06c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion React/Base/RCTKeyCommands.m
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
@interface UIEvent (UIPhysicalKeyboardEvent)

@property (nonatomic) NSString *_modifiedEventInput;
@property (nonatomic) NSString *_unmodifiedInput;
@property (nonatomic) NSString *_unmodifiedInput;
@property (nonatomic) UIKeyModifierFlags _modifierEventFlags;
@property (nonatomic) BOOL _isKeyEventDown;
@property (nonatomic) long _keyCode;
Expand Down

0 comments on commit 6cd06c6

Please sign in to comment.