style: added ShowCard component
This commit is contained in:
15
app/showDetails.tsx
Normal file
15
app/showDetails.tsx
Normal file
@@ -0,0 +1,15 @@
|
||||
import React from "react";
|
||||
import { View } from "react-native";
|
||||
|
||||
export default function ShowDetails() {
|
||||
return (
|
||||
<View
|
||||
style={{
|
||||
flex: 1,
|
||||
justifyContent: "center",
|
||||
alignItems: "center",
|
||||
backgroundColor: "hsl(221, 39%, 12%)",
|
||||
}}
|
||||
></View>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user