Skip to content

Commit

Permalink
Delete: placeholder for search
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldanielecki committed Nov 11, 2021
1 parent 67251d6 commit c551129
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions screens/SavedScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,6 @@ export default function SavedScreen({ navigation, route }: any) {
/>
</HeaderButtons>
),
// in your app, extract the arrow function into a separate component
// to avoid creating a new one every time
headerRight: () => (
<HeaderButtons HeaderButtonComponent={MaterialHeaderButton}>
<Item
color={colorScheme === "dark" ? "#ffbfbf" : "#b30000"}
title="search"
iconName="search"
onPress={() => navigation.navigate("EditEvent")}
/>
</HeaderButtons>
),
});
}, [navigation]);

Expand Down

0 comments on commit c551129

Please sign in to comment.