Browse Source

deps: react-native-webrtc@1.75.2

Fixes an Android crash on craptacular devices.
j8
Saúl Ibarra Corretgé 5 years ago
parent
commit
63344ac62d
3 changed files with 6 additions and 5 deletions
  1. 2
    2
      ios/Podfile.lock
  2. 3
    2
      package-lock.json
  3. 1
    1
      package.json

+ 2
- 2
ios/Podfile.lock View File

@@ -274,7 +274,7 @@ PODS:
274 274
     - React
275 275
   - react-native-netinfo (4.1.5):
276 276
     - React
277
-  - react-native-webrtc (1.75.0):
277
+  - react-native-webrtc (1.75.2):
278 278
     - React
279 279
   - react-native-webview (7.4.1):
280 280
     - React
@@ -534,7 +534,7 @@ SPEC CHECKSUMS:
534 534
   react-native-calendar-events: 2fe35a9294af05de0ed819d3a1b5dac048d2c010
535 535
   react-native-keep-awake: eba3137546b10003361b37c761f6c429b59814ae
536 536
   react-native-netinfo: 8d8db463bcc5db66a8ac5c48a7d86beb3b92f61a
537
-  react-native-webrtc: c5e3d631179a933548a8e49bddbd8fad02586095
537
+  react-native-webrtc: f6783727706d8bec5fb302b76eda60c33dfe3191
538 538
   react-native-webview: 4dbc1d2a4a6b9c5e9e723c62651917aa2b5e579e
539 539
   React-RCTActionSheet: 94671eef55b01a93be735605822ef712d5ea208e
540 540
   React-RCTAnimation: 524ae33e73de9c0fe6501a7a4bda8e01d26499d9

+ 3
- 2
package-lock.json View File

@@ -14887,8 +14887,9 @@
14887 14887
       "integrity": "sha512-l3Quzbb+qa4in2U5RSt/lT0/pHrIpEChT1NnqrVAAXNrjkXjVOsxduaaEDdDhTzNJQEm/PcAcoyrFmgvGOohxw=="
14888 14888
     },
14889 14889
     "react-native-webrtc": {
14890
-      "version": "github:react-native-webrtc/react-native-webrtc#a12a6cdfdefe53d03b388394e4cf10966bd99fca",
14891
-      "from": "github:react-native-webrtc/react-native-webrtc#a12a6cdfdefe53d03b388394e4cf10966bd99fca",
14890
+      "version": "1.75.2",
14891
+      "resolved": "https://registry.npmjs.org/react-native-webrtc/-/react-native-webrtc-1.75.2.tgz",
14892
+      "integrity": "sha512-mdEukmHNhiyVIiwdooxk4kVXWG83OOENFV9YIkC7dtGU/sOdL81vDzynqd6Af9YbGMeOr0xdpFuEGsc1OFnKZg==",
14892 14893
       "requires": {
14893 14894
         "base64-js": "^1.1.2",
14894 14895
         "event-target-shim": "^1.0.5",

+ 1
- 1
package.json View File

@@ -80,7 +80,7 @@
80 80
     "react-native-svg-transformer": "0.13.0",
81 81
     "react-native-swipeout": "2.3.6",
82 82
     "react-native-watch-connectivity": "0.2.0",
83
-    "react-native-webrtc": "github:react-native-webrtc/react-native-webrtc#a12a6cdfdefe53d03b388394e4cf10966bd99fca",
83
+    "react-native-webrtc": "1.75.2",
84 84
     "react-native-webview": "7.4.1",
85 85
     "react-redux": "7.1.0",
86 86
     "react-textarea-autosize": "7.1.0",

Loading…
Cancel
Save