[RN] Update react-native-calendar-events
Fixes a crash on Android. Upstream PR: https://github.com/wmcmahan/react-native-calendar-events/pull/186
This commit is contained in:
parent
b8179102c5
commit
8ff33684f7
|
@ -12744,8 +12744,8 @@
|
||||||
"integrity": "sha512-vLNJIedXQZN4p3ChFsAgVHacnJqQMnLl+wBsnZuliRkmsjEHo8kQOA9fnLih/OoiDi1O3eHQvXC5L8f+RYiKgw=="
|
"integrity": "sha512-vLNJIedXQZN4p3ChFsAgVHacnJqQMnLl+wBsnZuliRkmsjEHo8kQOA9fnLih/OoiDi1O3eHQvXC5L8f+RYiKgw=="
|
||||||
},
|
},
|
||||||
"react-native-calendar-events": {
|
"react-native-calendar-events": {
|
||||||
"version": "github:jitsi/react-native-calendar-events#03babdb99e7fea3539796804cecdef8a907f2a3f",
|
"version": "github:jitsi/react-native-calendar-events#374e907f47b49e4eda300d064e783a64191f3a7a",
|
||||||
"from": "github:jitsi/react-native-calendar-events#03babdb99e7fea3539796804cecdef8a907f2a3f"
|
"from": "github:jitsi/react-native-calendar-events#374e907f47b49e4eda300d064e783a64191f3a7a"
|
||||||
},
|
},
|
||||||
"react-native-callstats": {
|
"react-native-callstats": {
|
||||||
"version": "3.52.0",
|
"version": "3.52.0",
|
||||||
|
|
|
@ -62,7 +62,7 @@
|
||||||
"react-i18next": "4.8.0",
|
"react-i18next": "4.8.0",
|
||||||
"react-native": "0.55.4",
|
"react-native": "0.55.4",
|
||||||
"react-native-background-timer": "2.0.0",
|
"react-native-background-timer": "2.0.0",
|
||||||
"react-native-calendar-events": "github:jitsi/react-native-calendar-events#03babdb99e7fea3539796804cecdef8a907f2a3f",
|
"react-native-calendar-events": "github:jitsi/react-native-calendar-events#374e907f47b49e4eda300d064e783a64191f3a7a",
|
||||||
"react-native-callstats": "3.52.0",
|
"react-native-callstats": "3.52.0",
|
||||||
"react-native-fast-image": "4.0.14",
|
"react-native-fast-image": "4.0.14",
|
||||||
"react-native-immersive": "1.1.0",
|
"react-native-immersive": "1.1.0",
|
||||||
|
|
Loading…
Reference in New Issue