Skip to content

Commit

Permalink
fix: added files per native platform
Browse files Browse the repository at this point in the history
  • Loading branch information
barttom committed Nov 7, 2023
1 parent 1ef898c commit c47a6fe
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import {EmitterSubscription, Keyboard} from 'react-native';
import {KeyboardEventName} from 'react-native/Libraries/Components/Keyboard/Keyboard';
// import getOperatingSystem from '@libs/getOperatingSystem';
import * as Composer from '@userActions/Composer';
// import CONST from '@src/CONST';
import SetShouldShowComposeInputKeyboardAware from './types';

let keyboardEventListener: EmitterSubscription | null = null;
Expand Down

0 comments on commit c47a6fe

Please sign in to comment.