mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Partially fixed #113
This commit is contained in:
@ -8,7 +8,7 @@ import ScreenMeSwitchRoot from './Switch/Root'
|
||||
|
||||
const Stack = createNativeStackNavigator()
|
||||
|
||||
const ScreenMeSwitch: React.FC<StackScreenProps<
|
||||
const TabMeSwitch: React.FC<StackScreenProps<
|
||||
Nav.TabMeStackParamList,
|
||||
'Tab-Me-Switch'
|
||||
>> = ({ navigation }) => {
|
||||
@ -44,4 +44,4 @@ const ScreenMeSwitch: React.FC<StackScreenProps<
|
||||
)
|
||||
}
|
||||
|
||||
export default ScreenMeSwitch
|
||||
export default TabMeSwitch
|
||||
|
Reference in New Issue
Block a user