filter, haptik, background

This commit is contained in:
DevOFVictory
2025-10-28 22:42:19 +01:00
parent 6b39579c75
commit 21cd6c3241
8 changed files with 145 additions and 84 deletions

View File

@@ -20,9 +20,9 @@ export default function StackHeader() {
<Feather name="arrow-left" size={26} color="white" />
</TouchableOpacity>
<Image style={styles.logo} source={{ uri: logoUriString }} />
<TouchableOpacity>
{/* <TouchableOpacity>
<Feather name="share" size={26} color="white" />
</TouchableOpacity>
</TouchableOpacity> */}
</View>
);
}