Update DetailViewScreensStack.tsx

This commit is contained in:
Marcos Rodriguez Velez 2024-06-14 21:12:40 -04:00
parent 4b2bbe3748
commit 95856f84ca
No known key found for this signature in database
GPG key ID: 6030B2F48CCE86D7

View file

@ -161,6 +161,8 @@ const DetailViewStackScreensStack = () => {
backgroundColor: theme.colors.customHeader,
},
headerRight: () => DetailButton,
headerBackTitleStyle: { fontSize: 0 },
headerBackTitleVisible: true,
})(theme)}
/>
<DetailViewStack.Screen name="CPFP" component={CPFP} options={CPFP.navigationOptions(theme)} />