Open ameerhamzaWAL opened 5 days ago
I resolve it. Plesae add this
ReactNativeForegroundService.register({ config: { alert: true, onServiceErrorCallBack: () => { console.error("Foreground service error occurred"); }, },)
instead of ReactNativeForegroundService.register()
i will add this in index.js file.
import ReactNativeForegroundService from "@supersami/rn-foreground-service"; ReactNativeForegroundService.register();
it through error,