Skip to content

Commit 724c9eb

Browse files
fix: KeyboardAwareScrollView collapses to zero height inside auto-sizing parents
1 parent 4d2a0ab commit 724c9eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/components/ScrollViewWithBottomPadding

src/components/ScrollViewWithBottomPadding/styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { StyleSheet } from "react-native";
22

33
const styles = StyleSheet.create({
44
container: {
5-
flex: 1,
5+
flexGrow: 1, flexShrink: 1,
66
},
77
});
88

0 commit comments

Comments
 (0)