import React from "react"; import { View, Text } from "react-native"; export default function ScreenJobDetail({ navigation, ...restProps }) { return ( The is the detail of the job. ); }