File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -18,7 +18,14 @@ or using yarn:
1818``` shell
1919yarn 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments