Commit 02523d78 by Giang Tran

update code

parent 09a6d45d
......@@ -11,9 +11,10 @@ import HeaderDrawer from '../../components/Header/HeaderDrawer';
const NewFeed = (props) => {
return (
<View style={{flex: 1}}>
<HeaderDrawer title={'Thông tin'} isWhite={true} />
<HeaderDrawer title={'Tin tức'} isWhite={true} />
<View style={{flex: 1, backgroundColor: 'white'}}>
<Tab1 />
{/* <Tab.Navigator
initialRouteName="GeneralInfor"
tabBarOptions={{
......
......@@ -143,7 +143,7 @@ const styles = StyleSheet.create({
},
item: {
backgroundColor: '#EBEBEB',
marginRight: 40,
marginRight: 10,
paddingHorizontal: 10,
paddingVertical: 6,
marginLeft: 20,
......
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