mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13:25 +00:00
chore: cleanup
This commit is contained in:
@@ -12,10 +12,7 @@ export default function HomeScreen() {
|
||||
<View style={{ flex: 1 }} flex={1}>
|
||||
<ScreenLayout title="Home">
|
||||
<ItemListSection title="Bookmarks" items={bookmarks} />
|
||||
<ItemListSection
|
||||
title="Continue Watching"
|
||||
items={watching.concat(bookmarks)}
|
||||
/>
|
||||
<ItemListSection title="Continue Watching" items={watching} />
|
||||
</ScreenLayout>
|
||||
</View>
|
||||
);
|
||||
|
Reference in New Issue
Block a user