curvedtrunk

Results 1 issues of curvedtrunk

Change styles of flex1 from `{flex: 1}` to `{flexGrow: 1}` ``` const styles = StyleSheet.create({ flex1: { flexGrow: 1 } }); ```