Added tabs to jobs detail + some basic rendering.
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import { Card, CardItem, H3, SwipeRow } from "native-base";
|
||||
import React from "react";
|
||||
import { StyleSheet, Text, View } from "react-native";
|
||||
import { useNavigation } from "@react-navigation/native";
|
||||
import Swipeable from "react-native-gesture-handler/Swipeable";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import { Ionicons } from "@expo/vector-icons";
|
||||
import styles from "../styles";
|
||||
import { useNavigation } from "@react-navigation/native";
|
||||
import { Card, CardItem, H3 } from "native-base";
|
||||
import React from "react";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import { StyleSheet, Text, View } from "react-native";
|
||||
import { TouchableOpacity } from "react-native-gesture-handler";
|
||||
import Swipeable from "react-native-gesture-handler/Swipeable";
|
||||
import styles from "../styles";
|
||||
|
||||
const RenderRightAction = (props) => {
|
||||
const navigation = useNavigation();
|
||||
@@ -23,7 +23,6 @@ const RenderRightAction = (props) => {
|
||||
};
|
||||
|
||||
export default function JobListItem({ item }) {
|
||||
console.log("JobListItem -> item", item);
|
||||
const navigation = useNavigation();
|
||||
|
||||
const onPress = () => {
|
||||
|
||||
Reference in New Issue
Block a user