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.
This commit is contained in:
Saúl Ibarra Corretgé 2018-12-19 15:43:34 +01:00 committed by Zoltan Bettenbuk
parent 0469e5af5e
commit c3a91c3194
2 changed files with 3 additions and 4 deletions

5
package-lock.json generated
View File

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

View File

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