From b18fd59d8d2b57944544a566a50e00d798f55858 Mon Sep 17 00:00:00 2001 From: bartektomczyk Date: Wed, 1 Nov 2023 18:26:15 +0100 Subject: [PATCH] fix: removed unused Platform dependency --- src/libs/setShouldShowComposeInputKeyboardAware/index.native.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/setShouldShowComposeInputKeyboardAware/index.native.ts b/src/libs/setShouldShowComposeInputKeyboardAware/index.native.ts index 6ab611e6156c..aa9eba198b9d 100644 --- a/src/libs/setShouldShowComposeInputKeyboardAware/index.native.ts +++ b/src/libs/setShouldShowComposeInputKeyboardAware/index.native.ts @@ -1,4 +1,4 @@ -import {EmitterSubscription, Keyboard, Platform} from 'react-native'; +import {EmitterSubscription, Keyboard} from 'react-native'; import getOperatingSystem from '@libs/getOperatingSystem'; import * as Composer from '@userActions/Composer'; import CONST from '@src/CONST';