diff --git a/src/screens/SyncContactsFlowScreen.tsx b/src/screens/SyncContactsFlowScreen.tsx index 2781b48063..43a8aff83c 100644 --- a/src/screens/SyncContactsFlowScreen.tsx +++ b/src/screens/SyncContactsFlowScreen.tsx @@ -1,4 +1,5 @@ import {useCallback, useLayoutEffect, useState} from 'react' +import {LayoutAnimationConfig} from 'react-native-reanimated' import {msg} from '@lingui/macro' import {useLingui} from '@lingui/react' import {usePreventRemove} from '@react-navigation/native' @@ -48,20 +49,22 @@ export function SyncContactsFlowScreen({navigation}: Props) { return ( {isNative ? ( - - - navigation.canGoBack() - ? navigation.goBack() - : navigation.navigate('SyncContactsFlow', undefined, { - pop: true, - }) - } - context="Standalone" - /> - + + + + navigation.canGoBack() + ? navigation.goBack() + : navigation.navigate('SyncContactsFlow', undefined, { + pop: true, + }) + } + context="Standalone" + /> + + ) : (