Skip to content

Commit

Permalink
修正 react-native link 命令
Browse files Browse the repository at this point in the history
  • Loading branch information
chenru committed Mar 12, 2020
1 parent c0ba730 commit 8019aea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ npm install sensorsdata-analytics-react-native

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


Expand Down
2 changes: 1 addition & 1 deletion RNSensorsAnalyticsModule.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = "RNSensorsAnalyticsModule"
s.version = "1.1.6"
s.version = "1.1.7"
s.summary = "The official React Native SDK of Sensors Analytics."
s.description = <<-DESC
神策分析 RN 组件
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sensorsdata-analytics-react-native",
"version": "1.1.6",
"version": "1.1.7",
"private": false,
"description": "神策分析 RN 组件",
"main": "index.js",
Expand Down

0 comments on commit 8019aea

Please sign in to comment.