Raja0sama / rm-portfolio

Portfolio I made with ♥️, React and Three JS. https://rajaosama.me/
11 stars 4 forks source link

How to use React Native Foreground Service v2@ #4

Open utterances-bot opened 10 months ago

utterances-bot commented 10 months ago

How to use React Native Foreground Service v2@

Forground service that you can use to create an always on Background task in React Native. Foreground service is a kind of service in Android that has a notification that can not be removed until the foreground service is closed, and because of this, you can run a background task with the help of headless JS.

https://rajaosama.me/blogs/react-native-foreground-service

shymarrai commented 10 months ago

works on expo?

nilaybrahmbhatt commented 4 months ago

Not working on android 14. Any solution for it?