mirror of
https://github.com/zhigang1992/react-native-keyboard-manager.git
synced 2026-01-12 09:23:57 +08:00
Cleaning imports
This commit is contained in:
6
index.js
6
index.js
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user