Skip to content

Commit

Permalink
Added Wrapped banner to discover page
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu-1 committed Mar 18, 2024
1 parent 0d3ee5c commit e7e847c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions mobile/Screens/Discover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,17 @@ export const Discover = (props) => {
GENRES={GENRES}
/>
</View>
<View>
<Image source={require("../assets/wrapped-banner.png")} style={{width: '100%', height: 150}} />
<View style={{position: 'absolute', top: "15%", width: 300, justifyContent: 'center', alignSelf: 'center',}}>
<Text style={{color: 'white', fontSize: 20, textAlign: 'center', fontWeight: '500'}}>
Your [insert year] Tsundoku Wrapped is here!
</Text>
<TouchableOpacity style={{backgroundColor: 'white', padding: 0, margin: 0, height: 36, width: '36%', top: 10, justifyContent: 'center', alignSelf: 'center', borderRadius: 15}}>
<Text style={{textAlign: 'center', color: '#5E3FC5', fontSize: 15}}>Open</Text>
</TouchableOpacity>
</View>
</View>
<CarouselTabs navigation={navigation} />

{search.length > 0 && (
Expand Down
Binary file added mobile/assets/wrapped-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e7e847c

Please sign in to comment.