tsrntemp 1.2.2 → 1.2.4

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tsrntemp",
3
- "version": "1.2.2",
3
+ "version": "1.2.4",
4
4
  "description": "Clean and minimalist React Native template for a quick start with TypeScript.",
5
5
  "scripts": {
6
6
  "test": "exit 0"
@@ -13,6 +13,7 @@ const BottomTab: React.FC = () => {
13
13
  <Tab.Navigator
14
14
  screenOptions={{
15
15
  tabBarActiveTintColor: color.primary[400],
16
+ headerTitleAlign:'center'
16
17
  }}
17
18
  backBehavior={'none'}>
18
19
  <Tab.Screen