Browse Source

[iOS] Fix crash on startup when fetching calendar entries

Turns out sometimes a calendar is missing the tile and it crashes because nil is
inserted into a NSDictionary. Fix it by applying this pending PR:
https://github.com/wmcmahan/react-native-calendar-events/pull/164
j8
Saúl Ibarra Corretgé 7 years ago
parent
commit
c7fc26d864
3 changed files with 3 additions and 3 deletions
  1. 1
    1
      ios/Podfile.lock
  2. 1
    1
      package-lock.json
  3. 1
    1
      package.json

+ 1
- 1
ios/Podfile.lock View File

10
     - React/Core (= 0.55.4)
10
     - React/Core (= 0.55.4)
11
   - react-native-background-timer (2.0.0):
11
   - react-native-background-timer (2.0.0):
12
     - React
12
     - React
13
-  - react-native-calendar-events (1.5.0):
13
+  - react-native-calendar-events (1.6.0):
14
     - React
14
     - React
15
   - react-native-fetch-blob (0.10.6):
15
   - react-native-fetch-blob (0.10.6):
16
     - React/Core
16
     - React/Core

+ 1
- 1
package-lock.json View File

12624
       "integrity": "sha512-vLNJIedXQZN4p3ChFsAgVHacnJqQMnLl+wBsnZuliRkmsjEHo8kQOA9fnLih/OoiDi1O3eHQvXC5L8f+RYiKgw=="
12624
       "integrity": "sha512-vLNJIedXQZN4p3ChFsAgVHacnJqQMnLl+wBsnZuliRkmsjEHo8kQOA9fnLih/OoiDi1O3eHQvXC5L8f+RYiKgw=="
12625
     },
12625
     },
12626
     "react-native-calendar-events": {
12626
     "react-native-calendar-events": {
12627
-      "version": "github:jitsi/react-native-calendar-events#dabfabc4bacc1424a8b93ebdda6f3820dee198cb"
12627
+      "version": "github:jitsi/react-native-calendar-events#cad37355f36d17587d84af72b0095e8cc5fd3df9"
12628
     },
12628
     },
12629
     "react-native-callstats": {
12629
     "react-native-callstats": {
12630
       "version": "3.50.4",
12630
       "version": "3.50.4",

+ 1
- 1
package.json View File

56
     "react-i18next": "4.8.0",
56
     "react-i18next": "4.8.0",
57
     "react-native": "0.55.4",
57
     "react-native": "0.55.4",
58
     "react-native-background-timer": "2.0.0",
58
     "react-native-background-timer": "2.0.0",
59
-    "react-native-calendar-events": "github:jitsi/react-native-calendar-events#dabfabc4bacc1424a8b93ebdda6f3820dee198cb",
59
+    "react-native-calendar-events": "github:jitsi/react-native-calendar-events#cad37355f36d17587d84af72b0095e8cc5fd3df9",
60
     "react-native-callstats": "3.50.4",
60
     "react-native-callstats": "3.50.4",
61
     "react-native-fetch-blob": "github:joltup/react-native-fetch-blob#1f9a1761aea4e37bd672bd0d233f3adf0e113a11",
61
     "react-native-fetch-blob": "github:joltup/react-native-fetch-blob#1f9a1761aea4e37bd672bd0d233f3adf0e113a11",
62
     "react-native-img-cache": "1.5.2",
62
     "react-native-img-cache": "1.5.2",

Loading…
Cancel
Save