Skip to content

Commit 95488cf

Browse files
committed
Cleaning imports
1 parent d55145c commit 95488cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
*/
2424

2525
import {
26-
NativeModules, DeviceEventEmitter, requireNativeComponent, View, Platform,
26+
NativeModules, requireNativeComponent,
27+
View, Platform,
2728
} from 'react-native';
2829
const { OS } = Platform;
2930

3031
export const PreviousNextView = OS === 'ios' ? requireNativeComponent('RNKMPreviousNextView') : View;
3132

32-
const KeyboardManager = NativeModules.ReactNativeKeyboardManager;
33-
export default KeyboardManager;
33+
export default NativeModules.ReactNativeKeyboardManager;

0 commit comments

Comments
 (0)