Raja0sama / rn-foreground-service

Foreground Service for React Native made with ❤
https://rn-foreground.vercel.app/
147 stars 70 forks source link

ReactNativeForegroundService.register() not working #110

Open ameerhamzaWAL opened 5 days ago

ameerhamzaWAL commented 5 days ago

i will add this in index.js file.

import ReactNativeForegroundService from "@supersami/rn-foreground-service"; ReactNativeForegroundService.register();

it through error,

Screenshot 2024-11-12 at 6 48 08 PM
ameerhamzaWAL commented 4 days ago

I resolve it. Plesae add this

ReactNativeForegroundService.register({ config: { alert: true, onServiceErrorCallBack: () => { console.error("Foreground service error occurred"); }, },)

instead of ReactNativeForegroundService.register()