Skip to content

Commit c2937c4

Browse files
Format styles for ScrollViewWithBottomPadding
1 parent 724c9eb commit c2937c4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • src/components/ScrollViewWithBottomPadding

src/components/ScrollViewWithBottomPadding/styles.ts

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

33
const styles = StyleSheet.create({
44
container: {
5-
flexGrow: 1, flexShrink: 1,
5+
flexGrow: 1,
6+
flexShrink: 1,
67
},
78
});
89

0 commit comments

Comments
 (0)