Browse Source

deps: update react-native-sound

The avid reader may notice we have switched to using our own fork. That is
indeed the case. The upstream author hasn't maintained the library in months,
and changes to the Android build system are required at this point, hence the
fork.
master
Saúl Ibarra Corretgé 6 years ago
parent
commit
c3a91c3194
2 changed files with 3 additions and 4 deletions
  1. 2
    3
      package-lock.json
  2. 1
    1
      package.json

+ 2
- 3
package-lock.json View File

@@ -11653,9 +11653,8 @@
11653 11653
       }
11654 11654
     },
11655 11655
     "react-native-sound": {
11656
-      "version": "0.10.9",
11657
-      "resolved": "https://registry.npmjs.org/react-native-sound/-/react-native-sound-0.10.9.tgz",
11658
-      "integrity": "sha1-awCw9K/QF83gn7udFx3xtdW4Uag="
11656
+      "version": "github:jitsi/react-native-sound#e4260ed7f641eeb0377d76eac7987aba72e1cf08",
11657
+      "from": "github:jitsi/react-native-sound#e4260ed7f641eeb0377d76eac7987aba72e1cf08"
11659 11658
     },
11660 11659
     "react-native-swipeout": {
11661 11660
       "version": "2.3.6",

+ 1
- 1
package.json View File

@@ -71,7 +71,7 @@
71 71
     "react-native-immersive": "2.0.0",
72 72
     "react-native-keep-awake": "4.0.0",
73 73
     "react-native-linear-gradient": "2.4.0",
74
-    "react-native-sound": "0.10.9",
74
+    "react-native-sound": "github:jitsi/react-native-sound#e4260ed7f641eeb0377d76eac7987aba72e1cf08",
75 75
     "react-native-swipeout": "2.3.6",
76 76
     "react-native-vector-icons": "6.0.2",
77 77
     "react-native-webrtc": "github:jitsi/react-native-webrtc#6322a9b5a38ce590cfaea4041072ea87c8dbf558",

Loading…
Cancel
Save