From 69b9513a19e8d0aa280bae8ec7b91dd5e81de2fa Mon Sep 17 00:00:00 2001 From: "Alberto Duarte (PWC)" Date: Mon, 9 Oct 2023 17:31:33 +0100 Subject: Second commit --- components/PreviewCard.tsx | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'components/PreviewCard.tsx') diff --git a/components/PreviewCard.tsx b/components/PreviewCard.tsx index 989ec34..5140fe2 100644 --- a/components/PreviewCard.tsx +++ b/components/PreviewCard.tsx @@ -1,20 +1,20 @@ -const imageURL = 'https://image.tmdb.org/t/p/original'; -import { ImageBackground, View } from "react-native"; -const baseURL ='https://api.themoviedb.org/3/' -import tw from 'twrnc'; - -const PreviewCard = ({ movie }) => { - return ( - - - - - - )} - - +const imageURL = 'https://image.tmdb.org/t/p/original'; +import { ImageBackground, View } from "react-native"; +const baseURL ='https://api.themoviedb.org/3/' +import tw from 'twrnc'; + +const PreviewCard = ({ movie }) => { + return ( + + + + + + )} + + export default PreviewCard \ No newline at end of file -- cgit v1.2.3-54-g00ecf