Skip to content

Commit

Permalink
Cleaning imports
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasjunior committed Jun 19, 2018
1 parent d55145c commit 95488cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
*/

import {
NativeModules, DeviceEventEmitter, requireNativeComponent, View, Platform,
NativeModules, requireNativeComponent,
View, Platform,
} from 'react-native';
const { OS } = Platform;

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

const KeyboardManager = NativeModules.ReactNativeKeyboardManager;
export default KeyboardManager;
export default NativeModules.ReactNativeKeyboardManager;

0 comments on commit 95488cf

Please sign in to comment.