diff --git a/src/components/FocusScope/index.tsx b/src/components/FocusScope/index.tsx index 7d9ef8fc91..408381d5b8 100644 --- a/src/components/FocusScope/index.tsx +++ b/src/components/FocusScope/index.tsx @@ -14,7 +14,7 @@ import { findNodeHandle, Pressable, Text, - type View, + View, } from 'react-native' import {msg} from '@lingui/macro' import {useLingui} from '@lingui/react' @@ -102,7 +102,13 @@ function FocusTrap({children}: {children: ReactNode}) { }}> - {decoratedChildren} + + {decoratedChildren} +