Skip to content

Commit 3ef5414

Browse files
updared readme changelogs and version bump to v0.3.12
1 parent ea8772d commit 3ef5414

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.3.12
2+
3+
- Resolved iOS crash related to trackEvent in React Native v0.74.
4+
- Updated readme.
5+
16
## 0.3.11
27

38
- Fixed Apple TVOS crash issue.

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,14 @@ or using yarn:
1818
```shell
1919
yarn add @logicwind/react-native-matomo-tracker
2020
```
21-
Then follow the instructions for your platform to link @logicwind/react-native-matomo-tracker into your project:
21+
22+
### Expo Setup
23+
24+
If you're working with this Expo project, make sure to run:
25+
26+
```sh md title="Terminal"
27+
npx expo prebuild
28+
```
2229

2330
### iOS installation
2431

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logicwind/react-native-matomo-tracker",
3-
"version": "0.3.11",
3+
"version": "0.3.12",
44
"description": "React-native plugin for matomo analytics",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)