Commit a959c1b5 by 肖亮

feat:更新样式

parent bb2d1d7e
......@@ -29,10 +29,18 @@ function AllStack(props) {
<Stack.Screen options={{
title: '常用设备',
headerLeft: headerLeft,
headerTitleStyle: {
flex: 1,
justifyContent: 'center'
},
}} name="equiment" component={Equipment} />
<Stack.Screen options={{
title: '修改昵称',
headerLeft: headerLeft,
headerTitleStyle: {
flex: 1,
justifyContent: 'center'
},
}} name="changeNickname" component={ChangeNickname} />
</Stack.Navigator>
);
......
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