File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
import { Tabs } from 'expo-router' ;
2
- import { Platform } from 'react-native' ;
2
+ import { Platform , View } from 'react-native' ;
3
3
import { useSafeAreaInsets } from 'react-native-safe-area-context' ;
4
4
5
5
import Icon from '../../../assets/icons' ;
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export default StyleSheet.create({
12
12
paddingHorizontal : 24 ,
13
13
} ,
14
14
button : {
15
- marginBottom : 100 ,
15
+ marginBottom : 32 ,
16
16
} ,
17
17
main : {
18
18
paddingLeft : 12 ,
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ function StackLayout() {
12
12
< Stack >
13
13
< Stack . Screen name = "index" options = { { headerShown : false } } />
14
14
< Stack . Screen name = "(tabs)" options = { { headerShown : false } } />
15
- < Stack . Screen name = "settings" options = { { headerShown : false } } />
16
15
< Stack . Screen name = "auth" options = { { headerShown : false } } />
17
16
</ Stack >
18
17
</ AuthContextProvider >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export default StyleSheet.create({
13
13
} ,
14
14
titleStyle : {
15
15
paddingHorizontal : 24 ,
16
- paddingVertical : 10 ,
16
+ paddingVertical : 5 ,
17
17
color : 'white' ,
18
18
} ,
19
19
} ) ;
You can’t perform that action at this time.
0 commit comments