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 @@ -301,24 +301,24 @@ ClickstreamAnalytics.enable();
301301
302302## How to integrate and test locally
303303
304- Clone this repository locally and execute the following script to generate ` aws-clickstream-react-native-0.3.0 .tgz ` zip
304+ Clone this repository locally and execute the following script to generate ` aws-clickstream-react-native-0.3.1 .tgz ` zip
305305package, which will be located in the project root folder.
306306
307307``` bash
308308cd clickstream-react-native && yarn && yarn run pack
309309```
310310
311- Copy the ` aws-clickstream-react-native-0.3.0 .tgz ` into your project, then execute the script in your project root folder to
311+ Copy the ` aws-clickstream-react-native-0.3.1 .tgz ` into your project, then execute the script in your project root folder to
312312install the SDK.
313313
314314``` bash
315- yarn add ./aws-clickstream-react-native-0.3.0 .tgz
315+ yarn add ./aws-clickstream-react-native-0.3.1 .tgz
316316```
317317
318- ** Note** : Please correct the SDK version and change the path to where the ` aws-clickstream-react-native-0.3.0 .tgz ` file is
318+ ** Note** : Please correct the SDK version and change the path to where the ` aws-clickstream-react-native-0.3.1 .tgz ` file is
319319located.
320320
321- You can also find the ` aws-clickstream-react-native-0.3.0 .tgz ` file in
321+ You can also find the ` aws-clickstream-react-native-0.3.1 .tgz ` file in
322322the [ Release] ( https://github.com/awslabs/clickstream-react-native/releases ) page.
323323
324324### Test
Original file line number Diff line number Diff line change 11{
22 "name" : " @aws/clickstream-react-native" ,
3- "version" : " 0.3.0 " ,
3+ "version" : " 0.3.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