import React from "react"; import { View } from "react-native"; export default function ShowDetails() { return ( ); }