1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Fix details

This commit is contained in:
Zhiyuan Zheng
2021-05-11 21:38:48 +02:00
parent 7ffc0c7dc6
commit bfa821a36d
13 changed files with 234 additions and 186 deletions

View File

@ -4,7 +4,7 @@ import React from 'react'
import { useTranslation } from 'react-i18next'
import { KeyboardAvoidingView, Platform } from 'react-native'
import { createNativeStackNavigator } from 'react-native-screens/native-stack'
import ScreenMeSwitchRoot from './Switch/Root'
import TabMeSwitchRoot from './Switch/Root'
const Stack = createNativeStackNavigator()
@ -23,7 +23,7 @@ const TabMeSwitch: React.FC<StackScreenProps<
>
<Stack.Screen
name='Screen-Me-Switch-Root'
component={ScreenMeSwitchRoot}
component={TabMeSwitchRoot}
options={{
headerTitle: t('me.stacks.switch.name'),
...(Platform.OS === 'android' && {