Commit b88aa446 by tungnq

TODO: Fix giao diện lần 3

parent 49ef3881
......@@ -61,7 +61,9 @@ const styles = StyleSheet.create({
color: R.colors.black,
},
body: {},
body: {
flex:1,
},
listContainer: {
paddingBottom: 20,
},
......
......@@ -133,7 +133,6 @@ const ListStudentView = props => {
<View style={styles.body}>
{renderSearchBox()}
{renderListStatus()}
<View style={{flex:1}}>
<FlatList
data={filter || []}
renderItem={renderStudentItem}
......@@ -143,7 +142,6 @@ const ListStudentView = props => {
/>
</View>
</View>
</View>
);
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment