Skip to content

Commit 7ad2caf

Browse files
author
chenru
committed
修改库名称
1 parent 1dac4e7 commit 7ad2caf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
对于 React Native 开发的应用,可以使用 npm 方式集成神策 SDK RN 模块。
44

5-
## 1.1 npm 安装 react-native-sensorsdata-analytics 模块
5+
## 1.1 npm 安装 sensorsdata-analytics-react-native 模块
66

77
```sh
88
npm install react-native-sensorsdata-analytics
99
```
1010

11-
## 1.2 `link` react-native-sensorsdata-analytics 模块
11+
## 1.2 `link` sensorsdata-analytics-react-native 模块
1212

1313
<span style="color:red">注意:React Native 0.60 及以上版本会 autolinking,不需要执行下边的 react-native link 命令</span>
1414
```sh

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "react-native-sensorsdata-analytics",
2+
"name": "sensorsdata-analytics-react-native",
33
"version": "1.1.5",
44
"private": false,
55
"description": "神策分析 RN 组件",

0 commit comments

Comments
 (0)