-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow keyboard shortcuts to work on native devices #14767
Changes from all commits
61ba698
f71d9aa
17e4188
fd695f2
c39fab6
cc11226
d073edd
24c461b
4e47695
0919f45
ae9b9c0
bafa42a
e9f04a1
f67f793
3c2242e
c5f466c
f2a9ed9
10a080e
db23ea5
6bf85ea
64c0843
d0b9002
1f90cc3
6e0468b
4bb5eb3
2bbb9fc
cc8cb23
5603110
9cc6c74
0ceb40a
2c5c2e9
2c602c5
63ada03
c0d5ad7
9519534
3ac4299
e034081
4dd7d62
3ef6f80
a18b07d
3aa9348
adbd53c
0bb1b79
298805a
eac72e7
c28677b
b384dbb
8c90373
8917b6d
e73d257
c3d78f9
8df40d8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
const registerKeyCommands = () => {}; | ||
const unregisterKeyCommands = () => {}; | ||
const constants = {}; | ||
const eventEmitter = () => {}; | ||
const addListener = () => {}; | ||
|
||
export { | ||
registerKeyCommands, | ||
unregisterKeyCommands, | ||
constants, | ||
eventEmitter, | ||
addListener, | ||
}; |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -514,6 +514,8 @@ PODS: | |
- React | ||
- react-native-image-picker (5.1.0): | ||
- React-Core | ||
- react-native-key-command (0.9.1): | ||
- React-Core | ||
- react-native-netinfo (8.3.1): | ||
- React-Core | ||
- react-native-pdf (6.6.2): | ||
|
@@ -765,6 +767,7 @@ DEPENDENCIES: | |
- react-native-flipper (from `../node_modules/react-native-flipper`) | ||
- "react-native-image-manipulator (from `../node_modules/@oguzhnatly/react-native-image-manipulator`)" | ||
- react-native-image-picker (from `../node_modules/react-native-image-picker`) | ||
- react-native-key-command (from `../node_modules/react-native-key-command`) | ||
- "react-native-netinfo (from `../node_modules/@react-native-community/netinfo`)" | ||
- react-native-pdf (from `../node_modules/react-native-pdf`) | ||
- react-native-performance (from `../node_modules/react-native-performance`) | ||
|
@@ -916,6 +919,8 @@ EXTERNAL SOURCES: | |
:path: "../node_modules/@oguzhnatly/react-native-image-manipulator" | ||
react-native-image-picker: | ||
:path: "../node_modules/react-native-image-picker" | ||
react-native-key-command: | ||
:path: "../node_modules/react-native-key-command" | ||
react-native-netinfo: | ||
:path: "../node_modules/@react-native-community/netinfo" | ||
react-native-pdf: | ||
|
@@ -1002,7 +1007,7 @@ EXTERNAL SOURCES: | |
SPEC CHECKSUMS: | ||
Airship: 19ead2c0bdc791c1b9d6ebb7940aaac99614414e | ||
AirshipFrameworkProxy: 037a0ad6491757c45de2c70a6cc47bae5fcfa32b | ||
boost: 57d2868c099736d80fcd648bf211b4431e51a558 | ||
boost: a7c83b31436843459a1961bfd74b96033dc77234 | ||
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99 | ||
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54 | ||
FBLazyVector: ff54429f0110d3c722630a98096ba689c39f6d5f | ||
|
@@ -1045,7 +1050,7 @@ SPEC CHECKSUMS: | |
Permission-LocationWhenInUse: 3ba99e45c852763f730eabecec2870c2382b7bd4 | ||
Plaid: 7d340abeadb46c7aa1a91f896c5b22395a31fcf2 | ||
PromisesObjC: 09985d6d70fbe7878040aa746d78236e6946d2ef | ||
RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1 | ||
RCT-Folly: 0080d0a6ebf2577475bda044aa59e2ca1f909cda | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Are these changes part of this PR? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yes. |
||
RCTRequired: e9e7b8b45aa9bedb2fdad71740adf07a7265b9be | ||
RCTTypeSafety: 9ae0e9206625e995f0df4d5b9ddc94411929fb30 | ||
React: a71c8e1380f07e01de721ccd52bcf9c03e81867d | ||
|
@@ -1067,6 +1072,7 @@ SPEC CHECKSUMS: | |
react-native-flipper: dc5290261fbeeb2faec1bdc57ae6dd8d562e1de4 | ||
react-native-image-manipulator: c48f64221cfcd46e9eec53619c4c0374f3328a56 | ||
react-native-image-picker: c33d4e79f0a14a2b66e5065e14946ae63749660b | ||
react-native-key-command: e49d6e44d44705779696d8d3a5ac6b9e3a198941 | ||
react-native-netinfo: 1a6035d3b9780221d407c277ebfb5722ace00658 | ||
react-native-pdf: 33c622cbdf776a649929e8b9d1ce2d313347c4fa | ||
react-native-performance: 224bd53e6a835fda4353302cf891d088a0af7406 | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these changes part of this PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes.