1
0
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:
xmflsct
2023-01-29 17:28:49 +01:00
parent e447a91cfb
commit 752d33d5b3
11 changed files with 23 additions and 13 deletions

View File

@ -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' })