We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f404f7a commit 3b7ac06Copy full SHA for 3b7ac06
1 file changed
src/libs/focusAfterModalClose.ts
@@ -1,6 +1,6 @@
1
import type {TextInput} from 'react-native';
2
-import ComposerFocusManager from '@libs/ComposerFocusManager';
3
-import isWindowReadyToFocus from '@libs/isWindowReadyToFocus';
+import ComposerFocusManager from './ComposerFocusManager';
+import isWindowReadyToFocus from './isWindowReadyToFocus';
4
5
function focusAfterModalClose(textInput: TextInput | null) {
6
if (!textInput) {
0 commit comments