File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -284,24 +284,24 @@ ClickstreamAnalytics.enable();
284284
285285## How to integrate and test locally
286286
287- Clone this repository locally and execute the following script to generate ` aws-clickstream-react-native-0.1.0 .tgz ` zip
287+ Clone this repository locally and execute the following script to generate ` aws-clickstream-react-native-0.1.1 .tgz ` zip
288288package, which will be located in the project root folder.
289289
290290``` bash
291291cd clickstream-react-native && yarn && yarn run pack
292292```
293293
294- Copy the ` aws-clickstream-react-native-0.1.0 .tgz ` into your project, then execute the script in your project root folder to
294+ Copy the ` aws-clickstream-react-native-0.1.1 .tgz ` into your project, then execute the script in your project root folder to
295295install the SDK.
296296
297297``` bash
298- yarn add ./aws-clickstream-react-native-0.1.0 .tgz
298+ yarn add ./aws-clickstream-react-native-0.1.1 .tgz
299299```
300300
301- ** Note** : Please correct the SDK version and change the path to where the ` aws-clickstream-react-native-0.1.0 .tgz ` file is
301+ ** Note** : Please correct the SDK version and change the path to where the ` aws-clickstream-react-native-0.1.1 .tgz ` file is
302302located.
303303
304- You can also find the ` aws-clickstream-react-native-0.1.0 .tgz ` file in
304+ You can also find the ` aws-clickstream-react-native-0.1.1 .tgz ` file in
305305the [ Release] ( https://github.com/awslabs/clickstream-react-native/releases ) page.
306306
307307### Test
Original file line number Diff line number Diff line change 11{
22 "name" : " @aws/clickstream-react-native" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "description" : " ClickstreamAnalytics React Native SDK" ,
55 "main" : " .lib/src/index.js" ,
66 "module" : " ./lib-esm/src/index.js" ,
You can’t perform that action at this time.
0 commit comments