react-native-background-task
react-native-background-task copied to clipboard
you need to call create() at least once to create the singleton
Add this in your MainApplication.java
import com.jamesisaac.rnbackgroundtask.BackgroundTaskPackage;
And in your onCreate() method add this line
BackgroundTaskPackage.useContext(this);