We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9845a7 + 528e96d commit 0e11348Copy full SHA for 0e11348
src/withPickerValues/KeyboardModal.js
@@ -54,7 +54,6 @@ const createKeyboardModalComponent = (props: _Props) => {
54
currentProps = props;
55
56
keyboardModalInstance = new RootSiblings(renderModal(props));
57
- debugger;
58
keyboardDidShowListener = Keyboard.addListener('keyboardWillShow', keyboardDidShow);
59
};
60
src/withPickerValues/withPickerValues.js
@@ -1,8 +1,6 @@
1
// @flow
2
3
import React from 'react';
4
-import { compose } from 'recompose';
5
-
6
import PickerModal from './PickerModal';
7
8
const withPickerModal = Component => props => {
@@ -14,4 +12,4 @@ const withPickerModal = Component => props => {
14
12
);
15
13
16
17
-export default compose(withPickerModal);
+export default withPickerModal;
0 commit comments