UNPKG

@huddle01/react-native-background-actions

Version:

React Native background service library for running background tasks forever in Android & iOS

7 lines (6 loc) 301 B
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.asterinet.react.bgactions"> <uses-permission android:name="android.permission.FOREGROUND_SERVICE" /> <application> <service android:name=".RNBackgroundActionsTask"/> </application> </manifest>