Commit 02523d78 by Giang Tran

update code

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