rn: fix crash when serializing calendar entries on iOS
Original PR: https://github.com/wmcmahan/react-native-calendar-events/pull/253
This commit is contained in:
parent
55ff9dbe80
commit
c0a5e4f203
|
@ -14090,8 +14090,8 @@
|
||||||
"integrity": "sha512-cuXIIv+dcG8a8qkTD8pMzeqOEZCO+UGKglZWIe1osve+yJslmCowYQff+bI9xa7NOt2w+Vtd4L3d9JonlSqODg=="
|
"integrity": "sha512-cuXIIv+dcG8a8qkTD8pMzeqOEZCO+UGKglZWIe1osve+yJslmCowYQff+bI9xa7NOt2w+Vtd4L3d9JonlSqODg=="
|
||||||
},
|
},
|
||||||
"react-native-calendar-events": {
|
"react-native-calendar-events": {
|
||||||
"version": "github:jitsi/react-native-calendar-events#f621cbe97b182cfaca41545fd6b818a85d632506",
|
"version": "github:jitsi/react-native-calendar-events#902e6e92d6bae450a6052f76ba4d02f977ffd8f2",
|
||||||
"from": "github:jitsi/react-native-calendar-events#f621cbe97b182cfaca41545fd6b818a85d632506"
|
"from": "github:jitsi/react-native-calendar-events#902e6e92d6bae450a6052f76ba4d02f977ffd8f2"
|
||||||
},
|
},
|
||||||
"react-native-callstats": {
|
"react-native-callstats": {
|
||||||
"version": "3.61.0",
|
"version": "3.61.0",
|
||||||
|
|
|
@ -68,7 +68,7 @@
|
||||||
"react-linkify": "1.0.0-alpha",
|
"react-linkify": "1.0.0-alpha",
|
||||||
"react-native": "0.60.5",
|
"react-native": "0.60.5",
|
||||||
"react-native-background-timer": "2.1.1",
|
"react-native-background-timer": "2.1.1",
|
||||||
"react-native-calendar-events": "github:jitsi/react-native-calendar-events#f621cbe97b182cfaca41545fd6b818a85d632506",
|
"react-native-calendar-events": "github:jitsi/react-native-calendar-events#902e6e92d6bae450a6052f76ba4d02f977ffd8f2",
|
||||||
"react-native-callstats": "3.61.0",
|
"react-native-callstats": "3.61.0",
|
||||||
"react-native-google-signin": "2.0.0",
|
"react-native-google-signin": "2.0.0",
|
||||||
"react-native-immersive": "2.0.0",
|
"react-native-immersive": "2.0.0",
|
||||||
|
|
Loading…
Reference in New Issue