tsrntemp 1.2.2 → 1.2.5

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ## :space_invader: React Native Template TypeScript
2
2
 
3
- English | [简体中文](./README_zh-CN.md)
3
+ English | [简体中文](https://github.com/wanngzelin/RNTemplate/blob/master/README_zh-CN.md)
4
4
 
5
5
  ## :arrow_forward: usage
6
6
  ```sh
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tsrntemp",
3
- "version": "1.2.2",
4
- "description": "Clean and minimalist React Native template for a quick start with TypeScript.",
3
+ "version": "1.2.5",
4
+ "description": "react-native模版项目,通过官方脚手架快速搭建项目,已配置好路由,请求库,图标,缓存等常用工具。",
5
5
  "scripts": {
6
6
  "test": "exit 0"
7
7
  },
@@ -11,6 +11,7 @@
11
11
  ],
12
12
  "keywords": [
13
13
  "react-native",
14
+ "react-native-cli",
14
15
  "typescript",
15
16
  "jest",
16
17
  "template",
@@ -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