File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -284,24 +284,24 @@ ClickstreamAnalytics.enable();
284
284
285
285
## How to integrate and test locally
286
286
287
- Clone this repository locally and execute the following script to generate ` aws-clickstream-react-native-0.0.1 .tgz ` zip
287
+ Clone this repository locally and execute the following script to generate ` aws-clickstream-react-native-0.1.0 .tgz ` zip
288
288
package, which will be located in the project root folder.
289
289
290
290
``` bash
291
291
cd clickstream-react-native && yarn && yarn run pack
292
292
```
293
293
294
- Copy the ` aws-clickstream-react-native-0.0.1 .tgz ` into your project, then execute the script in your project root folder to
294
+ Copy the ` aws-clickstream-react-native-0.1.0 .tgz ` into your project, then execute the script in your project root folder to
295
295
install the SDK.
296
296
297
297
``` bash
298
- yarn add ./aws-clickstream-react-native-0.0.1 .tgz
298
+ yarn add ./aws-clickstream-react-native-0.1.0 .tgz
299
299
```
300
300
301
- ** Note** : Please correct the SDK version and change the path to where the ` aws-clickstream-react-native-0.0.1 .tgz ` file is
301
+ ** Note** : Please correct the SDK version and change the path to where the ` aws-clickstream-react-native-0.1.0 .tgz ` file is
302
302
located.
303
303
304
- You can also find the ` aws-clickstream-react-native-0.0.1 .tgz ` file in
304
+ You can also find the ` aws-clickstream-react-native-0.1.0 .tgz ` file in
305
305
the [ Release] ( https://github.com/awslabs/clickstream-react-native/releases ) page.
306
306
307
307
### Test
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws/clickstream-react-native" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"description" : " ClickstreamAnalytics React Native SDK" ,
5
5
"main" : " .lib/src/index.js" ,
6
6
"module" : " ./lib-esm/src/index.js" ,
102
102
" *.podspec" ,
103
103
" !**/__tests__" ,
104
104
" !**/.*" ,
105
- " !**/example"
105
+ " !**/example"
106
106
]
107
107
}
You can’t perform that action at this time.
0 commit comments