Fix profile layout

This commit is contained in:
Dan Abramov
2023-12-08 15:17:52 +00:00
parent 840c07ddf2
commit ed7deadf02
+1 -1
View File
@@ -477,7 +477,7 @@ function ProfileEndOfFeed() {
const styles = StyleSheet.create({
container: {
flexDirection: 'column',
height: '100%',
height: isNative ? '100%' : undefined,
},
loading: {
paddingVertical: 10,