Browse Source

[react-native-webrtc] ios: fix build when using `use_frameworks!`

j8
Shuai Li 7 years ago
parent
commit
ff9820a61b
3 changed files with 5 additions and 4 deletions
  1. 3
    2
      ios/Podfile.lock
  2. 1
    1
      package-lock.json
  3. 1
    1
      package.json

+ 3
- 2
ios/Podfile.lock View File

@@ -11,7 +11,8 @@ PODS:
11 11
     - React
12 12
   - react-native-locale-detector (1.0.0):
13 13
     - React
14
-  - react-native-webrtc (1.58.2)
14
+  - react-native-webrtc (1.58.2):
15
+    - React
15 16
   - React/BatchedBridge (0.51.0):
16 17
     - React/Core
17 18
     - React/cxxreact_legacy
@@ -102,7 +103,7 @@ SPEC CHECKSUMS:
102 103
   react-native-fetch-blob: 63394b1d7b0781547b3e4463b3195790177b1222
103 104
   react-native-keep-awake: 0de4bd66de0c23178107dce0c2fcc3354b2a8e94
104 105
   react-native-locale-detector: d1b2c6fe5abb56e3a1efb6c2d6f308c05c4251f1
105
-  react-native-webrtc: bc044ca9530fc802e7533f247aa08fe1b6bf8dc5
106
+  react-native-webrtc: 31b6d3f1e3e2ce373aa43fd682b04367250f807d
106 107
   RNSound: b360b3862d3118ed1c74bb9825696b5957686ac4
107 108
   RNVectorIcons: c0dbfbf6068fefa240c37b0f71bd03b45dddac44
108 109
   yoga: 17521bbb0dd54a47c0b3ac43253e78cdac7488e0

+ 1
- 1
package-lock.json View File

@@ -10539,7 +10539,7 @@
10539 10539
       }
10540 10540
     },
10541 10541
     "react-native-webrtc": {
10542
-      "version": "github:jitsi/react-native-webrtc#84aee6693195c5be6b6f5f794a1e52dc7913fb3b",
10542
+      "version": "github:jitsi/react-native-webrtc#52fe4646401408e0569e972cabf08f3c21b7a107",
10543 10543
       "requires": {
10544 10544
         "base64-js": "1.2.3",
10545 10545
         "event-target-shim": "1.1.1",

+ 1
- 1
package.json View File

@@ -66,7 +66,7 @@
66 66
     "react-native-prompt": "1.0.0",
67 67
     "react-native-sound": "0.10.9",
68 68
     "react-native-vector-icons": "4.4.2",
69
-    "react-native-webrtc": "github:jitsi/react-native-webrtc#84aee6693195c5be6b6f5f794a1e52dc7913fb3b",
69
+    "react-native-webrtc": "github:jitsi/react-native-webrtc#52fe4646401408e0569e972cabf08f3c21b7a107",
70 70
     "react-redux": "5.0.6",
71 71
     "redux": "3.7.2",
72 72
     "redux-thunk": "2.2.0",

Loading…
Cancel
Save