zmxv / react-native-sound

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

[ Question ] Play a short sound while on background #705

Open d0xi5 opened 3 years ago

d0xi5 commented 3 years ago

:beetle: Description

Playing a short sound (ring) while on background. Schedule the time before going to background and play it in the future.

Not background job or background fetch, is not for doing it once a day or every 15 minutes. I need to play it every 5 minutes at least, and as long as the user wants to.