rip out native translate (#4482)

This commit is contained in:
Samuel Newman 2024-06-11 18:51:03 +01:00 committed by GitHub
parent fac5f6cdac
commit 3573f7ea40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 4 additions and 227 deletions

View file

@ -33,7 +33,6 @@ import {ErrorBoundary} from 'view/com/util/ErrorBoundary'
import {MutedWordsDialog} from '#/components/dialogs/MutedWords'
import {SigninDialog} from '#/components/dialogs/Signin'
import {Outlet as PortalOutlet} from '#/components/Portal'
import {NativeTranslationView} from '../../../modules/expo-bluesky-translate'
import {RoutesContainer, TabsNavigator} from '../../Navigation'
import {Composer} from './Composer'
import {DrawerContent} from './Drawer'
@ -94,7 +93,6 @@ function ShellInner() {
</Drawer>
</ErrorBoundary>
</Animated.View>
<NativeTranslationView />
<Composer winHeight={winDim.height} />
<ModalsContainer />
<MutedWordsDialog />