Quantcast
Channel: Active questions tagged react-native+typescript - Stack Overflow
Viewing all articles
Browse latest Browse all 6287

headerTitleAlign: 'left', does not work in EXPO with TypeScript Tab Project

$
0
0

is my code something wrong?I just want to left-justified the header title "RumoR"

I have tried, textAlign inside headrStyle, and did not work.

<Stack.Navigator  screenOptions={{    headerStyle: {      backgroundColor: Colors.light.tint    },    headerTintColor: Colors.light.background,    headerTitleAlign: "left",    headerTitleStyle: {      fontWeight: "bold"    }  }}><Stack.Screen    name="Root"    component={BottomTabNavigator}    options={{      headerTitleAlign: "left",      title: "RumoR"    }}  /><Stack.Screen    name="NotFound"    component={NotFoundScreen}    options={{ title: "Oops!" }}  /></Stack.Navigator>;

Homescreen


Viewing all articles
Browse latest Browse all 6287

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>