Added navigation to application, internationalization, and sign in screen.
This commit is contained in:
10
components/screen-job-detail/screen-job-detail.component.jsx
Normal file
10
components/screen-job-detail/screen-job-detail.component.jsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import React from "react";
|
||||
import { View, Text } from "react-native";
|
||||
|
||||
export default function ScreenJobDetail({ navigation, ...restProps }) {
|
||||
return (
|
||||
<View>
|
||||
<Text>The is the detail of the job.</Text>
|
||||
</View>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user