File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -301,24 +301,24 @@ ClickstreamAnalytics.enable();
301
301
302
302
## How to integrate and test locally
303
303
304
- Clone this repository locally and execute the following script to generate ` aws-clickstream-react-native-0.2.0 .tgz ` zip
304
+ Clone this repository locally and execute the following script to generate ` aws-clickstream-react-native-0.2.1 .tgz ` zip
305
305
package, which will be located in the project root folder.
306
306
307
307
``` bash
308
308
cd clickstream-react-native && yarn && yarn run pack
309
309
```
310
310
311
- Copy the ` aws-clickstream-react-native-0.2.0 .tgz ` into your project, then execute the script in your project root folder to
311
+ Copy the ` aws-clickstream-react-native-0.2.1 .tgz ` into your project, then execute the script in your project root folder to
312
312
install the SDK.
313
313
314
314
``` bash
315
- yarn add ./aws-clickstream-react-native-0.2.0 .tgz
315
+ yarn add ./aws-clickstream-react-native-0.2.1 .tgz
316
316
```
317
317
318
- ** Note** : Please correct the SDK version and change the path to where the ` aws-clickstream-react-native-0.2.0 .tgz ` file is
318
+ ** Note** : Please correct the SDK version and change the path to where the ` aws-clickstream-react-native-0.2.1 .tgz ` file is
319
319
located.
320
320
321
- You can also find the ` aws-clickstream-react-native-0.2.0 .tgz ` file in
321
+ You can also find the ` aws-clickstream-react-native-0.2.1 .tgz ` file in
322
322
the [ Release] ( https://github.com/awslabs/clickstream-react-native/releases ) page.
323
323
324
324
### Test
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws/clickstream-react-native" ,
3
- "version" : " 0.2.0 " ,
3
+ "version" : " 0.2.1 " ,
4
4
"description" : " ClickstreamAnalytics React Native SDK" ,
5
5
"main" : " .lib/src/index.js" ,
6
6
"module" : " ./lib-esm/src/index.js" ,
You can’t perform that action at this time.
0 commit comments