update tab warning, update CrewListTable, NetListTable

This commit is contained in:
2025-10-31 11:43:49 +07:00
parent 4e5abc21e9
commit 7610a48a6e
7 changed files with 290 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
import CrewListTable from "@/components/tripInfo/CrewListTable";
import FishingToolsTable from "@/components/tripInfo/FishingToolsList";
import NetListTable from "@/components/tripInfo/NetListTable";
import TripCostTable from "@/components/tripInfo/TripCostTable";
import { Platform, ScrollView, StyleSheet, Text, View } from "react-native";
import { SafeAreaView } from "react-native-safe-area-context";
@@ -13,6 +14,7 @@ export default function TripInfoScreen() {
<TripCostTable />
<FishingToolsTable />
<CrewListTable />
<NetListTable />
</View>
</ScrollView>
</SafeAreaView>