mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Dimming images for dark mode
This commit is contained in:
@ -89,11 +89,6 @@ const ScreenTabs = () => {
|
||||
name='Tab-Me'
|
||||
component={TabMe}
|
||||
listeners={({ navigation }) => ({
|
||||
tabPress: () => {
|
||||
if (navigation.isFocused()) {
|
||||
navigation.navigate('Tab-Me', { screen: 'Tab-Me-Switch' })
|
||||
}
|
||||
},
|
||||
tabLongPress: () => {
|
||||
haptics('Light')
|
||||
navigation.navigate('Tab-Me', { screen: 'Tab-Me-Root' })
|
||||
|
Reference in New Issue
Block a user