Skip to content

Commit 4fa80c2

Browse files
authored
fix(iOS): properly handle measurements by ignoring keyboard (#269)
1 parent 4593ac5 commit 4fa80c2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/orange-deers-stare.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'react-native-bottom-tabs': patch
3+
---
4+
5+
fix: properly handle measurements by ignoring keyboard

packages/react-native-bottom-tabs/ios/Extensions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ extension View {
9797
onLayout(geometry.size)
9898
}
9999
}
100-
.ignoresSafeArea(.container, edges: .vertical)
100+
.ignoresSafeArea(.all, edges: .vertical)
101101
)
102102
}
103103
}

0 commit comments

Comments
 (0)