Skip to content

Commit

Permalink
Fix RN build after merge with master (#18133)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioEstevao authored Oct 28, 2019
1 parent b3ad226 commit 702b11c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/components/src/index.native.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// Components
export * from './primitives';
export { default as ColorIndicator } from './color-indicator';
export { default as ColorPalette } from './color-palette';
export { default as Dashicon } from './dashicon';
export { default as Dropdown } from './dropdown';
export { default as Toolbar } from './toolbar';
Expand Down
2 changes: 2 additions & 0 deletions packages/components/src/keyboard-shortcuts/index.native.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
const KeyboardShortcuts = () => null;
export default KeyboardShortcuts;

0 comments on commit 702b11c

Please sign in to comment.