RubyGems
npm
Organizations
Log in
Sign up
npm
tsrntemp
Versions diffs
1.2.2 → 1.2.4
tsrntemp 1.2.2 → 1.2.4
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/package.json
+1
-1
package/template/src/route/BottomTab.tsx
+1
-0
package/package.json
CHANGED
Viewed
@@ -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"
package/template/src/route/BottomTab.tsx
CHANGED
Viewed
@@ -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