api: update key to api
This commit is contained in:
@@ -48,6 +48,11 @@ export default function HomeScreen() {
|
||||
return Array.from(uniqueServices);
|
||||
}, [shows]);
|
||||
|
||||
console.log(
|
||||
"Start Dates:",
|
||||
shows.map((show) => show.startDate)
|
||||
);
|
||||
|
||||
if (loading) {
|
||||
return (
|
||||
<View
|
||||
@@ -177,6 +182,7 @@ export default function HomeScreen() {
|
||||
genres: show.genres,
|
||||
streamingService: show.streamingService,
|
||||
logoUri: show.logoUri,
|
||||
running: String(show.running),
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user