File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
expo-env.d.ts
6
6
# @end expo-cli
7
7
8
- dist /
8
+ dist /
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ export default function Habits() {
64
64
} , [ ] )
65
65
66
66
return (
67
- < SafeAreaView className = "flex-1 pt-2" >
67
+ < SafeAreaView edges = { [ "top" ] } className = "flex-1 pt-2 relative " >
68
68
< View className = "flex flex-row items-center justify-between px-4 pb-2" >
69
69
< Heading className = "text-3xl" > Habits</ Heading >
70
70
< Link href = "/habits/stats" asChild >
@@ -89,7 +89,7 @@ export default function Habits() {
89
89
</ View >
90
90
91
91
< HabitsListContainer />
92
- < View className = "absolute bottom-4 right-4 gap-1" >
92
+ < View pointerEvents = "box-none" className = "absolute bottom-4 right-4 gap-1" >
93
93
< TouchableOpacity
94
94
onPress = { ( ) => {
95
95
scrollViewRef . current ?. scrollToEnd ( )
You can’t perform that action at this time.
0 commit comments