search item press events

This commit is contained in:
austinried
2021-07-26 15:34:40 +09:00
parent c12ff2c08c
commit 25cea64f1d
5 changed files with 57 additions and 48 deletions

View File

@@ -57,6 +57,7 @@ const PlaylistScreen: React.FC<PlaylistScreenProps> = ({ route }) => (
const styles = StyleSheet.create({
stackheaderStyle: {
backgroundColor: colors.gradient.high,
// backgroundColor: 'transparent',
},
stackheaderTitleStyle: {
fontSize: 18,
@@ -71,6 +72,7 @@ const itemScreenOptions = {
headerHideShadow: true,
headerTintColor: 'white',
headerTitleStyle: styles.stackheaderTitleStyle,
// headerTranslucent: true,
}
function createTabStackNavigator(Component: React.ComponentType<any>) {