diff --git a/README.md b/README.md index 5dc0704..8d69553 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -# @react-native-oh-tpl/react-native-tab-navigator +# @react-native-ohos/react-native-tab-navigator This project is based on [react-native-tab-navigator](https://github.com/ptomasroos/react-native-tab-navigator) ## Documentation -- [中文](https://gitee.com/react-native-oh-library/usage-docs/blob/master/zh-cn/react-native-tab-navigator.md) +- [中文](https://gitcode.com/CPF-RN/usage-docs/blob/master/zh-cn/react-native-tab-navigator.md) -- [English](https://gitee.com/react-native-oh-library/usage-docs/blob/master/en/react-native-tab-navigator.md) +- [English](https://gitcode.com/CPF-RN/usage-docs/blob/master/en/react-native-tab-navigator.md) ## License diff --git a/package.json b/package.json index d682132..63efe50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "@react-native-oh-tpl/react-native-tab-navigator", - "version": "0.3.4-0.0.2", + "name": "@react-native-ohos/react-native-tab-navigator", + "version": "0.3.5", "description": "A tab bar that switches between scenes, written in JS for cross-platform support", "main": "TabNavigator", "harmony": { @@ -25,9 +25,9 @@ "author": "James Ide", "license": "MIT", "bugs": { - "url": "https://github.com/exponentjs/react-native-tab-navigator/issues" + "url": "https://github.com/react-native-oh-library/react-native-tab-navigator/issues" }, - "homepage": "https://github.com/exponentjs/react-native-tab-navigator#readme", + "homepage": "https://github.com/react-native-oh-library/react-native-tab-navigator#readme", "dependencies": { "immutable": "^3.8.1", "prop-types": "^15.5.10",