diff --git a/front/components/navigators/TabRowNavigator.tsx b/front/components/navigators/TabRowNavigator.tsx index 87ab77f..afd5fad 100644 --- a/front/components/navigators/TabRowNavigator.tsx +++ b/front/components/navigators/TabRowNavigator.tsx @@ -1,6 +1,6 @@ import * as React from "react"; import { StyleProp, ViewStyle, StyleSheet } from "react-native"; -import { View, Text, Pressable, Box, Row, Icon, Button } from "native-base"; +import { View, Text, Pressable, Box, Row, Icon, Button, ScrollView } from "native-base"; import { createNavigatorFactory, DefaultNavigatorOptions, @@ -79,6 +79,7 @@ function TabNavigator({ justifyContent: "flex-start", borderRightWidth: 1, borderRightColor: "lightgray", + overflow: "scroll", }, tabBarStyle, ]} diff --git a/front/views/SettingsView.tsx b/front/views/SettingsView.tsx index 9ca2ef1..d35bd0a 100644 --- a/front/views/SettingsView.tsx +++ b/front/views/SettingsView.tsx @@ -266,6 +266,20 @@ const SetttingsNavigator = () => { + + + + + + + + + + + + + + ) }