We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 660f819 commit e5f9dcdCopy full SHA for e5f9dcd
1 file changed
src/screens/LandingScreen.tsx
@@ -9,8 +9,6 @@ export const LandingScreen = () => {
9
const { t } = useTranslation()
10
const { viewportWidth, viewportHeight } = useViewportDimensions()
11
12
- useScreenOptions({ title: t('navigation.screen_titles.home') })
13
-
14
const openLink = useCallback((url: string) => Linking.openURL(url), [])
15
16
const renderItem = (item: ImageSourcePropType, index: number) => (
0 commit comments