Skip to content

Commit

Permalink
release: clickstream React Native 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhu-xiaowei committed Jun 14, 2024
1 parent 0ac2f2a commit a0b7d7e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,24 +301,24 @@ ClickstreamAnalytics.enable();

## How to integrate and test locally

Clone this repository locally and execute the following script to generate `aws-clickstream-react-native-0.2.0.tgz` zip
Clone this repository locally and execute the following script to generate `aws-clickstream-react-native-0.2.1.tgz` zip
package, which will be located in the project root folder.

```bash
cd clickstream-react-native && yarn && yarn run pack
```

Copy the `aws-clickstream-react-native-0.2.0.tgz` into your project, then execute the script in your project root folder to
Copy the `aws-clickstream-react-native-0.2.1.tgz` into your project, then execute the script in your project root folder to
install the SDK.

```bash
yarn add ./aws-clickstream-react-native-0.2.0.tgz
yarn add ./aws-clickstream-react-native-0.2.1.tgz
```

**Note**: Please correct the SDK version and change the path to where the `aws-clickstream-react-native-0.2.0.tgz` file is
**Note**: Please correct the SDK version and change the path to where the `aws-clickstream-react-native-0.2.1.tgz` file is
located.

You can also find the `aws-clickstream-react-native-0.2.0.tgz` file in
You can also find the `aws-clickstream-react-native-0.2.1.tgz` file in
the [Release](https://github.com/awslabs/clickstream-react-native/releases) page.

### Test
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": "@aws/clickstream-react-native",
"version": "0.2.0",
"version": "0.2.1",
"description": "ClickstreamAnalytics React Native SDK",
"main": ".lib/src/index.js",
"module": "./lib-esm/src/index.js",
Expand Down

0 comments on commit a0b7d7e

Please sign in to comment.