zmxv / react-native-sound

React Native module for playing sound clips
MIT License
2.78k stars 748 forks source link

Add support for content:// path #777

Open arispati opened 2 years ago

arispati commented 2 years ago

Add support for content:// path that returned from react-native-notification-sounds.

example path: content://media/internal/audio/media/15

This PR fixed my own issue #776